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 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp2 .1</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp3 .1</TargetFrameworks >
44 <SignAssembly >true</SignAssembly >
55 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
66 <IsPackable >false</IsPackable >
1818 <ItemGroup >
1919 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
2020 <PackageReference Include =" GitHubActionsTestLogger" Version =" 1.2.0" />
21- <PackageReference Include =" NUnit" Version =" 3.13.1 " />
21+ <PackageReference Include =" NUnit" Version =" 3.13.2 " />
2222 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
2323 <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 " />
2525 </ItemGroup >
2626
2727 <ItemGroup >
2828 <None Update =" TestContent.txt" >
2929 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
3030 </None >
3131 </ItemGroup >
32- </Project >
32+ </Project >
You can’t perform that action at this time.
0 commit comments