From 8f4590f72ea5ca85692b46339df6ec5431b67b9a Mon Sep 17 00:00:00 2001 From: Dale Mckeown Date: Wed, 13 Nov 2024 20:54:19 +0000 Subject: [PATCH 1/5] Update toolset-2004.json --- images/ubuntu/toolsets/toolset-2004.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 3213634c5f7a..ee6363dc3b9b 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -272,7 +272,8 @@ "aptPackages": [ "dotnet-sdk-6.0", "dotnet-sdk-7.0", - "dotnet-sdk-8.0" + "dotnet-sdk-8.0", + "dotnet-sdk-9.0" ], "versions": [ "6.0", From 213e362794b7ea946b504d2ebdf5a0bf9e26d189 Mon Sep 17 00:00:00 2001 From: Dale Mckeown Date: Wed, 13 Nov 2024 20:55:02 +0000 Subject: [PATCH 2/5] Update toolset-2204.json --- images/ubuntu/toolsets/toolset-2204.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 67fe14fa68cf..c62c9ed2feee 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -271,7 +271,8 @@ "aptPackages": [ "dotnet-sdk-6.0", "dotnet-sdk-7.0", - "dotnet-sdk-8.0" + "dotnet-sdk-8.0", + "dotnet-sdk-9.0" ], "versions": [ "6.0", From f2841d8c54c3376665c5b8d8c7616935c4906db7 Mon Sep 17 00:00:00 2001 From: Dale Mckeown Date: Wed, 13 Nov 2024 20:55:31 +0000 Subject: [PATCH 3/5] Update toolset-2404.json --- images/ubuntu/toolsets/toolset-2404.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index a4f7b857e6f7..37d7fb99e652 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -220,7 +220,8 @@ ], "dotnet": { "aptPackages": [ - "dotnet-sdk-8.0" + "dotnet-sdk-8.0", + "dotnet-sdk-9.0" ], "versions": [ "8.0" From 49b96d489bbd79fdd4d7e19ff5110ab395dc7c5e Mon Sep 17 00:00:00 2001 From: Dale Mckeown Date: Wed, 13 Nov 2024 20:56:32 +0000 Subject: [PATCH 4/5] Update toolset-2019.json --- images/windows/toolsets/toolset-2019.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 91c478bbe2e0..446e652c4b33 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -411,7 +411,8 @@ "versions": [ "6.0", "7.0", - "8.0" + "8.0", + "9.0" ], "tools": [ { "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" } From 72ce92f4fb723974a5a82d738f2c72045b331aa1 Mon Sep 17 00:00:00 2001 From: Dale Mckeown Date: Wed, 13 Nov 2024 20:56:59 +0000 Subject: [PATCH 5/5] Update toolset-2022.json --- images/windows/toolsets/toolset-2022.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index f8cd856f203b..e15af72cd5ac 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -321,7 +321,8 @@ "versions": [ "6.0", "7.0", - "8.0" + "8.0", + "9.0" ], "tools": [ { "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" }