Upgrade to .NET SDK 6.0

* change minimum .NET Framework target to 4.6.2
This commit is contained in:
Marko Lahma
2021-11-11 18:28:39 +02:00
parent 670af47929
commit 91c4f72e7d
98 changed files with 120 additions and 120 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net472;net5.0</TargetFrameworks>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<RootNamespace>Spring.Benchmark</RootNamespace>
</PropertyGroup>
@@ -19,5 +19,5 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>