From ec4d691dad2dfcbed1547478731a994f2151030e Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 17 May 2024 14:39:38 +0200 Subject: [PATCH] [Ubuntu] Add .NET SDKs 6 and 7 on Ubuntu 24.04 (#9878) --- images/ubuntu/toolsets/toolset-2404.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 6d88e441a..640006524 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -218,9 +218,13 @@ ], "dotnet": { "aptPackages": [ + "dotnet-sdk-6.0", + "dotnet-sdk-7.0", "dotnet-sdk-8.0" ], "versions": [ + "6.0", + "7.0", "8.0" ], "tools": [