Updating to supported target of .NET (#1263)

This commit is contained in:
Tim Heuer
2021-04-28 10:53:10 -07:00
committed by GitHub
parent 19b438ca74
commit 280f47374c

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>