Skip to content

Commit

Permalink
Update AngleSharp to 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-ivanov committed Jun 1, 2022
1 parent 6e0f82e commit 36bd900
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/AngleSharp.XPath.Tests/AngleSharp.XPath.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AngleSharp.Xml" Version="0.16.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="AngleSharp.Xml" Version="0.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
</Project>
12 changes: 8 additions & 4 deletions src/AngleSharp.XPath/AngleSharp.XPath.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-alpha-3</Version>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0-alpha-3</FileVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>Denis Ivanov</Authors>
<PackageId>AngleSharp.XPath</PackageId>
<AssemblyName>AngleSharp.XPath</AssemblyName>
<RootNamespace>AngleSharp.XPath</RootNamespace>
<TargetFrameworks>netstandard2.0;net46;net461;net472</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net461;net472;net6.0</TargetFrameworks>
<Description>XPath support for AngleSharp</Description>
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -20,7 +20,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.16.1-alpha-96" />
<PackageReference Include="AngleSharp" Version="0.17.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
Expand Down

0 comments on commit 36bd900

Please sign in to comment.