Upgrade csharpcore from .NET Core 2.1 to 3.1

.NET Core 2.1 loses support on the 21st August 2021. The current Long
Term Support version of .NET Core is 3.1. See https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core for details.
This commit is contained in:
Will Verland 2021-07-21 16:27:24 +12:00
parent 775d8758c2
commit 80fca5097e

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<StartupObject>csharpcore.Program</StartupObject>
</PropertyGroup>