From aaf13dc3c2053cf5dd1316e410848d48061c5472 Mon Sep 17 00:00:00 2001 From: Fedor Varavenko <4066226+VFedorV@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:34:28 +0100 Subject: [PATCH] [MacOS] .NET 5.x has been removed (#7030) --- images/macos/toolsets/toolset-10.15.json | 3 +-- images/macos/toolsets/toolset-11.json | 1 - images/macos/toolsets/toolset-12.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 84ba4277..528ea440 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -313,8 +313,7 @@ ], "dotnet": { "versions": [ - "3.1", - "5.0" + "3.1" ] }, "ruby": { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 1a63e249..b00bb5b2 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -309,7 +309,6 @@ "dotnet": { "versions": [ "3.1", - "5.0", "6.0", "7.0" ] diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 8c3d83b3..dd5bdb9d 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -278,7 +278,6 @@ "dotnet": { "versions": [ "3.1", - "5.0", "6.0", "7.0" ]