From 9788af3fda029eea2137076a2f39aeff3b3e8f38 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:33:44 +0530 Subject: [PATCH] [Ubuntu 22] Removing .Net version 6.0 (#12652) --- images/ubuntu/toolsets/toolset-2204.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 1e1e29782..8c05724f5 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-8.0", "dotnet-sdk-9.0" ], "versions": [ - "6.0", "8.0", "9.0" ],