Upgrading to Net6.0 (#1515)

This commit is contained in:
BDisp
2021-12-18 13:26:00 +00:00
committed by GitHub
parent 024ce57430
commit 1b3668ca70
11 changed files with 14 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>