File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<RootNamespace >AngleSharp.Js.Tests</RootNamespace >
4
- <TargetFrameworks >netcoreapp2 .1</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .1</TargetFrameworks >
5
5
<SignAssembly >true</SignAssembly >
6
6
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
7
7
<IsPackable >false</IsPackable >
21
21
<PackageReference Include =" AngleSharp.Css" Version =" 0.14.0" />
22
22
<PackageReference Include =" AngleSharp.Xml" Version =" 0.14.0" />
23
23
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
24
- <PackageReference Include =" NUnit" Version =" 3.13.1 " />
24
+ <PackageReference Include =" NUnit" Version =" 3.13.2 " />
25
25
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
26
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
26
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0 " />
27
27
</ItemGroup >
28
- </Project >
28
+ </Project >
You can’t perform that action at this time.
0 commit comments