File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : csharp
22solution : src/AngleSharp.XPath.sln
3- dotnet : 2 .0.3
3+ dotnet : 3 .0.100
44script :
55 - dotnet restore src/AngleSharp.XPath.sln
66 - dotnet build src/AngleSharp.XPath.sln
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <ItemGroup >
3- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.1 .0" />
3+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4 .0" />
44 <PackageReference Include =" NUnit" Version =" 3.12.0" />
5- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.13.0 " />
5+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1 " />
66 </ItemGroup >
77 <ItemGroup >
88 <ProjectReference Include =" ..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
99 </ItemGroup >
1010 <PropertyGroup >
11- <TargetFramework >netcoreapp2 .0</TargetFramework >
11+ <TargetFramework >netcoreapp3 .0</TargetFramework >
1212 <IsPackable >false</IsPackable >
1313 </PropertyGroup >
1414</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >1.1.4 </Version >
3+ <Version >1.1.5 </Version >
44 <Authors >Denis Ivanov</Authors >
55 <PackageId >AngleSharp.XPath</PackageId >
6- <AssemblyVersion >1.1.4 </AssemblyVersion >
6+ <AssemblyVersion >1.1.5 </AssemblyVersion >
77 <AssemblyName >AngleSharp.XPath</AssemblyName >
88 <RootNamespace >AngleSharp.XPath</RootNamespace >
99 <TargetFramework >netstandard2.0</TargetFramework >
10- <FileVersion >1.1.4 </FileVersion >
10+ <FileVersion >1.1.5 </FileVersion >
1111 <Description >XPath support for AngleSharp</Description >
1212 <PackageProjectUrl >https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" AngleSharp" Version =" 0.12.1 " />
22+ <PackageReference Include =" AngleSharp" Version =" 0.13.0 " />
2323 </ItemGroup >
2424
2525 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments