From ab3e274f3e9477bcc9fd0849b6fb7828f1116a89 Mon Sep 17 00:00:00 2001 From: ThomasGoulet73 <51839772+ThomasGoulet73@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:31:03 -0500 Subject: [PATCH] Remove deprecated .Net runtime --- global.json | 1 - 1 file changed, 1 deletion(-) diff --git a/global.json b/global.json index e8493a9a1ab..87aa0306d70 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,6 @@ "dotnet": "10.0.100-alpha.1.25077.2", "runtimes": { "dotnet": [ - "2.1.7", "$(VSRedistCommonNetCoreSharedFrameworkx64100PackageVersion)" ] },