From 562b6b9e90dfd8d81b8b174a0f095be92f18f09c Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:26:17 +0100 Subject: [PATCH] [MacOS] Add dotnet 8 (#8806) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 6 ++++-- images/macos/toolsets/toolset-14.json | 6 ++++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 1f6b593c..cc587fa4 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -322,7 +322,8 @@ "x64": { "versions": [ "6.0", - "7.0" + "7.0", + "8.0" ] } } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index b5f3d8f7..48764550 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -309,7 +309,8 @@ "x64": { "versions": [ "6.0", - "7.0" + "7.0", + "8.0" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index cceb73e1..82fad829 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -91,12 +91,14 @@ "arch":{ "x64": { "versions": [ - "7.0" + "7.0", + "8.0" ] }, "arm64": { "versions": [ - "7.0" + "7.0", + "8.0" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 7ef04cd6..a45ccf5c 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -87,12 +87,14 @@ "arch":{ "x64": { "versions": [ - "7.0" + "7.0", + "8.0" ] }, "arm64": { "versions": [ - "7.0" + "7.0", + "8.0" ] } }