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
- <TargetFrameworks >netcoreapp2 .1</TargetFrameworks >
3
+ <TargetFrameworks >netcoreapp3 .1</TargetFrameworks >
4
4
<SignAssembly >true</SignAssembly >
5
5
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
6
6
<IsPackable >false</IsPackable >
18
18
<ItemGroup >
19
19
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
20
20
<PackageReference Include =" GitHubActionsTestLogger" Version =" 1.2.0" />
21
- <PackageReference Include =" NUnit" Version =" 3.13.1 " />
21
+ <PackageReference Include =" NUnit" Version =" 3.13.2 " />
22
22
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
23
23
<PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
24
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
24
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0 " />
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
28
<None Update =" TestContent.txt" >
29
29
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
30
30
</None >
31
31
</ItemGroup >
32
- </Project >
32
+ </Project >
You can’t perform that action at this time.
0 commit comments