From bf9a61a3c2eba1a6a0fd56435fa7d1e14052b349 Mon Sep 17 00:00:00 2001 From: igorboskovic3 Date: Thu, 17 Feb 2022 09:42:56 +0100 Subject: [PATCH] Remove .NET 2.1.x from images (#5087) Co-authored-by: Igor Boskovic --- images/win/toolsets/toolset-2016.json | 1 - images/win/toolsets/toolset-2019.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 0e2b153dc..9b5015eeb 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -383,7 +383,6 @@ }, "dotnet": { "versions": [ - "2.1", "3.1", "5.0" ], diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 273f5cd70..db2a57f54 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -418,7 +418,6 @@ }, "dotnet": { "versions": [ - "2.1", "3.1", "5.0" ],