From d575aa2c5137fb9ba055bae8f6059031cb39abb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:11:41 +0000 Subject: [PATCH] :arrow_up: update dotnet-sdk to v10.0.400 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 883758b..e5db435 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "rollForward": "feature", - "version": "10.0.203" + "version": "10.0.400" }, "test": { "runner": "Microsoft.Testing.Platform"