File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <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 " />
77 </ItemGroup >
88 <ItemGroup >
99 <ProjectReference Include =" ..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
1010 </ItemGroup >
1111 <PropertyGroup >
12- <TargetFramework >net5 .0</TargetFramework >
12+ <TargetFramework >net6 .0</TargetFramework >
1313 <IsPackable >false</IsPackable >
1414 </PropertyGroup >
15- </Project >
15+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >2.0.0-alpha-3 </Version >
3+ <Version >2.0.0</Version >
44 <AssemblyVersion >2.0.0</AssemblyVersion >
5- <FileVersion >2.0.0-alpha-3 </FileVersion >
5+ <FileVersion >2.0.0</FileVersion >
66 <Authors >Denis Ivanov</Authors >
77 <PackageId >AngleSharp.XPath</PackageId >
88 <AssemblyName >AngleSharp.XPath</AssemblyName >
99 <RootNamespace >AngleSharp.XPath</RootNamespace >
10- <TargetFrameworks >netstandard2.0;net46; net461;net472</TargetFrameworks >
10+ <TargetFrameworks >netstandard2.0;net461;net472;net6.0 </TargetFrameworks >
1111 <Description >XPath support for AngleSharp</Description >
1212 <PackageProjectUrl >https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2020 </PropertyGroup >
2121
2222 <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" />
2428 </ItemGroup >
2529
2630 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments