From 80fca5097e9a0496572c36a22b0036858d3a9a8b Mon Sep 17 00:00:00 2001 From: Will Verland Date: Wed, 21 Jul 2021 16:27:24 +1200 Subject: [PATCH] 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. --- csharpcore/csharpcore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharpcore/csharpcore.csproj b/csharpcore/csharpcore.csproj index 65b3f93f..dcffec2c 100644 --- a/csharpcore/csharpcore.csproj +++ b/csharpcore/csharpcore.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.1 csharpcore.Program