From 5e8049b8dc84d5a0a171476029af40a08e3d2de8 Mon Sep 17 00:00:00 2001 From: igorboskovic3 Date: Wed, 16 Feb 2022 16:59:56 +0100 Subject: [PATCH] Remove .NET 2.1.x from images (#5080) Co-authored-by: Igor Boskovic --- images/macos/toolsets/toolset-10.15.json | 1 - images/macos/toolsets/toolset-11.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 2c86913f..6f955a25 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -313,7 +313,6 @@ ], "dotnet": { "versions": [ - "2.1", "3.1", "5.0" ] diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 35944fb5..afb72f5f 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -275,7 +275,6 @@ ], "dotnet": { "versions": [ - "2.1", "3.1", "5.0" ]