From 685086868ee371e7c3b2c25070d8142decc5abe0 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Tue, 25 Jan 2022 15:41:28 -0800 Subject: [PATCH] Works on .NET 3.1 .NET 2.x was deprecated from the current buildpacks --- dotnet-core-hello-world.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-core-hello-world.csproj b/dotnet-core-hello-world.csproj index ec593e0..dd77472 100755 --- a/dotnet-core-hello-world.csproj +++ b/dotnet-core-hello-world.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + netcoreapp3.1 portable dotnet-core-hello-world Exe