File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
solution : src/AngleSharp.XPath.sln
3
- dotnet : 2 .0.3
3
+ dotnet : 3 .0.100
4
4
script :
5
5
- dotnet restore src/AngleSharp.XPath.sln
6
6
- dotnet build src/AngleSharp.XPath.sln
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<ItemGroup >
3
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.1 .0" />
3
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4 .0" />
4
4
<PackageReference Include =" NUnit" Version =" 3.12.0" />
5
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.13.0 " />
5
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1 " />
6
6
</ItemGroup >
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
9
9
</ItemGroup >
10
10
<PropertyGroup >
11
- <TargetFramework >netcoreapp2 .0</TargetFramework >
11
+ <TargetFramework >netcoreapp3 .0</TargetFramework >
12
12
<IsPackable >false</IsPackable >
13
13
</PropertyGroup >
14
14
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >1.1.4 </Version >
3
+ <Version >1.1.5 </Version >
4
4
<Authors >Denis Ivanov</Authors >
5
5
<PackageId >AngleSharp.XPath</PackageId >
6
- <AssemblyVersion >1.1.4 </AssemblyVersion >
6
+ <AssemblyVersion >1.1.5 </AssemblyVersion >
7
7
<AssemblyName >AngleSharp.XPath</AssemblyName >
8
8
<RootNamespace >AngleSharp.XPath</RootNamespace >
9
9
<TargetFramework >netstandard2.0</TargetFramework >
10
- <FileVersion >1.1.4 </FileVersion >
10
+ <FileVersion >1.1.5 </FileVersion >
11
11
<Description >XPath support for AngleSharp</Description >
12
12
<PackageProjectUrl >https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" AngleSharp" Version =" 0.12.1 " />
22
+ <PackageReference Include =" AngleSharp" Version =" 0.13.0 " />
23
23
</ItemGroup >
24
24
25
25
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments