From aff0eea2a12468b0435fda684cb1855d648128e9 Mon Sep 17 00:00:00 2001 From: hemanthmanga <166606741+hemanthmanga@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:05:23 +0530 Subject: [PATCH] Removing Dotnet version 7.0 from windows (#11278) --- images/windows/toolsets/toolset-2019.json | 1 - images/windows/toolsets/toolset-2022.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 6ab99c23..212d286d 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -408,7 +408,6 @@ "dotnet": { "versions": [ "6.0", - "7.0", "8.0", "9.0" ], diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 52d21afb..7f93108b 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -319,7 +319,6 @@ "dotnet": { "versions": [ "6.0", - "7.0", "8.0", "9.0" ],