From c4f58658b6f4a877f04e4a771944312bce43b97b Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:06:59 +0530 Subject: [PATCH] Removing Dotnet version 7.0 from Ubuntu (#11277) --- images/ubuntu/toolsets/toolset-2004.json | 2 -- images/ubuntu/toolsets/toolset-2204.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 13c01be964b2..a67a5027e9fe 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -268,12 +268,10 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-6.0", - "dotnet-sdk-7.0", "dotnet-sdk-8.0" ], "versions": [ "6.0", - "7.0", "8.0" ], "tools": [ diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index b2976320eaed..2ac3f5ff173a 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -267,12 +267,10 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-6.0", - "dotnet-sdk-7.0", "dotnet-sdk-8.0" ], "versions": [ "6.0", - "7.0", "8.0" ], "tools": [