Update to .NET 6

This commit is contained in:
AeonLucid
2022-01-07 05:06:45 +01:00
parent fed1e0d515
commit d0c249f73c
6 changed files with 10 additions and 11 deletions
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>