File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<ItemGroup >
3
- <PackageReference Include =" AngleSharp.Xml" Version =" 0.16 .0" />
4
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10 .0" />
5
- <PackageReference Include =" NUnit" Version =" 3.13.2 " />
6
- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.0.0 " />
3
+ <PackageReference Include =" AngleSharp.Xml" Version =" 0.17 .0" />
4
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
5
+ <PackageReference Include =" NUnit" Version =" 3.13.3 " />
6
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
7
7
</ItemGroup >
8
8
<ItemGroup >
9
9
<ProjectReference Include =" ..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
10
10
</ItemGroup >
11
11
<PropertyGroup >
12
- <TargetFramework >net5 .0</TargetFramework >
12
+ <TargetFramework >net6 .0</TargetFramework >
13
13
<IsPackable >false</IsPackable >
14
14
</PropertyGroup >
15
- </Project >
15
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >2.0.0-alpha-3 </Version >
3
+ <Version >2.0.0</Version >
4
4
<AssemblyVersion >2.0.0</AssemblyVersion >
5
- <FileVersion >2.0.0-alpha-3 </FileVersion >
5
+ <FileVersion >2.0.0</FileVersion >
6
6
<Authors >Denis Ivanov</Authors >
7
7
<PackageId >AngleSharp.XPath</PackageId >
8
8
<AssemblyName >AngleSharp.XPath</AssemblyName >
9
9
<RootNamespace >AngleSharp.XPath</RootNamespace >
10
- <TargetFrameworks >netstandard2.0;net46; net461;net472</TargetFrameworks >
10
+ <TargetFrameworks >netstandard2.0;net461;net472;net6.0 </TargetFrameworks >
11
11
<Description >XPath support for AngleSharp</Description >
12
12
<PackageProjectUrl >https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" AngleSharp" Version =" 0.16.1-alpha-96" />
23
+ <PackageReference Include =" AngleSharp" Version =" 0.17.0" />
24
+ </ItemGroup >
25
+
26
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net6.0' " >
27
+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 6.0.0" />
24
28
</ItemGroup >
25
29
26
30
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments