1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
6
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
6
+ </PropertyGroup >
7
7
8
- <PropertyGroup >
9
- <Description >Provides a complete diffing model of HTML.</Description >
10
- <Product >AngleSharp.Diffing</Product >
11
- <Authors >AngleSharp</Authors >
12
- <PackageId >AngleSharp.Diffing</PackageId >
13
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
14
- <PackageProjectUrl >https://anglesharp.github.io</PackageProjectUrl >
15
- <PackageIcon >logo.png</PackageIcon >
16
- <PackageIconUrl >https://raw.github.com/AngleSharp/AngleSharp.Diffing/master/logo.png</PackageIconUrl >
17
- <PackageTags >html html5 css css3 dom library diffing anglesharp diff difference compare comparison testing</PackageTags >
18
- <Copyright >Egil Hansen</Copyright >
19
- <RepositoryUrl >https://github.com/AngleSharp/AngleSharp.Diffing</RepositoryUrl >
20
- <RepositoryType >git</RepositoryType >
21
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
22
- <IncludeSymbols >true</IncludeSymbols >
23
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
- </PropertyGroup >
8
+ <PropertyGroup >
9
+ <Description >Provides a complete diffing model of HTML.</Description >
10
+ <Product >AngleSharp.Diffing</Product >
11
+ <Authors >AngleSharp</Authors >
12
+ <PackageId >AngleSharp.Diffing</PackageId >
13
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
14
+ <PackageProjectUrl >https://anglesharp.github.io</PackageProjectUrl >
15
+ <PackageIcon >logo.png</PackageIcon >
16
+ <PackageIconUrl >https://raw.github.com/AngleSharp/AngleSharp.Diffing/master/logo.png</PackageIconUrl >
17
+ <PackageTags >html html5 css css3 dom library diffing anglesharp diff difference compare comparison testing</PackageTags >
18
+ <Copyright >Egil Hansen</Copyright >
19
+ <RepositoryUrl >https://github.com/AngleSharp/AngleSharp.Diffing</RepositoryUrl >
20
+ <RepositoryType >git</RepositoryType >
21
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
22
+ <IncludeSymbols >true</IncludeSymbols >
23
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
+ </PropertyGroup >
25
25
26
- <ItemGroup >
27
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
28
- </ItemGroup >
26
+ <ItemGroup >
27
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
28
+ </ItemGroup >
29
29
30
- <ItemGroup >
31
- <PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" 1.0.0-alpha.160" PrivateAssets =" all" />
32
- <PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [5.0.0]" />
33
- </ItemGroup >
30
+ <ItemGroup >
31
+ <PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.169" >
32
+ <PrivateAssets >all</PrivateAssets >
33
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
34
+ </PackageReference >
35
+ <PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" 1.0.0-alpha.160" PrivateAssets =" all" />
36
+ <PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [5.0.0]" />
37
+ </ItemGroup >
34
38
35
- <ItemGroup >
36
- <None Include =" ..\..\logo.png" Pack =" true" PackagePath =" \" />
37
- </ItemGroup >
39
+ <ItemGroup >
40
+ <None Include =" ..\..\logo.png" Pack =" true" PackagePath =" \" />
41
+ </ItemGroup >
38
42
39
43
</Project >
0 commit comments