From a030629a075399b3a37f4b9d7178948cffeaf71d Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 23 Feb 2026 11:50:56 +0100 Subject: [PATCH] Update to latest .NET 10 SDK patch --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index cbb3c6e857b..68d02dfd263 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.101", + "version": "10.0.103", "allowPrerelease": true, "paths": [ ".dotnet", @@ -12,7 +12,7 @@ "runner": "Microsoft.Testing.Platform" }, "tools": { - "dotnet": "10.0.101", + "dotnet": "10.0.103", "vs": { "version": "18.0", "components": [