From d06d83784af80595c2d3fb2a07bf8eac35fbdbde Mon Sep 17 00:00:00 2001 From: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:26:48 -0700 Subject: [PATCH] Update .NET 10 sdk to v10.0.107 (#4226) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index b7b9908783..48cbbf1a80 100644 --- a/global.json +++ b/global.json @@ -7,7 +7,7 @@ // .NET 10 SDK versions in the 10.0.2xx series require MSBuild 18.x, so we specify the most // recent 10.0.1xx series release which is compatible with MSBuild 17.x. // - "version": "10.0.106", + "version": "10.0.107", // We cannot allow any roll forward due to the above MSBuild compatibility issues. "rollForward": "disable",