From 820f3ffd4266e371bbb20e7aac421eb92f05e9c1 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:17:10 +0100 Subject: [PATCH] [Ubuntu] Add dotnet 8 (#8807) --- images/ubuntu/toolsets/toolset-2004.json | 6 ++++-- images/ubuntu/toolsets/toolset-2204.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index 5bf9da70d..e57a7fcd9 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -258,11 +258,13 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-6.0", - "dotnet-sdk-7.0" + "dotnet-sdk-7.0", + "dotnet-sdk-8.0" ], "versions": [ "6.0", - "7.0" + "7.0", + "8.0" ], "tools": [ { "name": "nbgv", "test": "nbgv --version", "getversion" : "nbgv --version" } diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index f0817d329..9648bcbed 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -247,11 +247,13 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-6.0", - "dotnet-sdk-7.0" + "dotnet-sdk-7.0", + "dotnet-sdk-8.0" ], "versions": [ "6.0", - "7.0" + "7.0", + "8.0" ], "tools": [ { "name": "nbgv", "test": "nbgv --version", "getversion" : "nbgv --version" }