From 5936eae5150507af8d51f097518c4fd4f0517894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:27:13 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v10.0.401 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index c272c1a71..dc1d67760 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.400", + "version": "10.0.401", "rollForward": "latestMajor", "allowPrerelease": true }