From cfbdf1b3fdf0a8cf6c359aca3e91777476312765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:34:26 +0000 Subject: [PATCH] :arrow_up: update dotnet-sdk to v10.0.201 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index fddbbd8..1e471c1 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "rollForward": "feature", - "version": "10.0.103" + "version": "10.0.201" }, "test": { "runner": "Microsoft.Testing.Platform"