Visual Studio 2019 does not support .NET 6.0
This commit is contained in:
EntenKoeniq
2021-08-04 16:26:41 +02:00
parent 6cf8005170
commit 67414ff724

View File

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