From bdfd39cec72831d453d172c00a32c1f8662bc007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 21:01:57 +0000 Subject: [PATCH] chore: Update dependency dotnet-sdk to v10.0.101 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d789af36..dea094b8 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/global", "sdk": { - "version": "10.0.100", + "version": "10.0.101", "rollForward": "latestFeature" } }