Add support for .NET 5

This commit is contained in:
Luis von der Eltz
2021-09-08 13:49:34 +02:00
parent 9b7e867c35
commit 301d4d9110
9 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net5.0-windows10.0.17763.0</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>