Use .NET 5 for now

This commit is contained in:
Vitaliya
2021-08-05 23:17:48 +03:00
committed by GitHub
parent 25f308d263
commit 0190e73efa

View File

@@ -2,8 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<LangVersion>preview</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>