From 80fca5097e9a0496572c36a22b0036858d3a9a8b Mon Sep 17 00:00:00 2001 From: Will Verland Date: Wed, 21 Jul 2021 16:27:24 +1200 Subject: [PATCH 1/2] 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 From c87a4acc2daa9035073ea0429472d8ab54fed668 Mon Sep 17 00:00:00 2001 From: Will Verland Date: Wed, 21 Jul 2021 16:44:20 +1200 Subject: [PATCH 2/2] Update csharpcore Nuget dependencies I updated the dependencies one at a time. I ran the program and the tests after each package was upgraded to ensure that no compiler warnings or changes in behaviour were introduced. --- csharpcore/csharpcore.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/csharpcore/csharpcore.csproj b/csharpcore/csharpcore.csproj index dcffec2c..3d6d5eea 100644 --- a/csharpcore/csharpcore.csproj +++ b/csharpcore/csharpcore.csproj @@ -7,9 +7,9 @@ - - - - + + + +