From 8f4a6df4b20520ef1bd95a33169edbc700508d45 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:40:46 +0200 Subject: [PATCH] [Ubuntu] Remove .Net 3.1 as its EOL (#7812) --- images/linux/toolsets/toolset-2004.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 83d72f68..a4b94e3c 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -263,12 +263,10 @@ ], "dotnet": { "aptPackages": [ - "dotnet-sdk-3.1", "dotnet-sdk-6.0", "dotnet-sdk-7.0" ], "versions": [ - "3.1", "6.0", "7.0" ],