From 30bde953145f9284e9babc4482d67804bc8df8fc Mon Sep 17 00:00:00 2001 From: Fedor Varavenko <4066226+VFedorV@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:36:36 +0100 Subject: [PATCH] [Ubuntu] .NET 5.x has been removed (#7029) --- images/linux/toolsets/toolset-1804.json | 2 -- images/linux/toolsets/toolset-2004.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 8b0d113cc..6b69a1477 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -257,12 +257,10 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-3.1", - "dotnet-sdk-5.0", "dotnet-sdk-6.0" ], "versions": [ "3.1", - "5.0", "6.0" ], "tools": [ diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 04e6f8727..e46d4a0a5 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -258,13 +258,11 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-3.1", - "dotnet-sdk-5.0", "dotnet-sdk-6.0", "dotnet-sdk-7.0" ], "versions": [ "3.1", - "5.0", "6.0", "7.0" ],