From 6cb89562754719a285d2cf8e6b903b869a0a817a Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:04:10 +0100 Subject: [PATCH] [macOS] Add .NET 7 (#6552) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 423845743..4dd97f5e1 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -311,7 +311,8 @@ "versions": [ "3.1", "5.0", - "6.0" + "6.0", + "7.0" ] }, "ruby": { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 0ca6f9e3f..24cb7a6ff 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -273,7 +273,8 @@ "versions": [ "3.1", "5.0", - "6.0" + "6.0", + "7.0" ] }, "ruby": {