From 648252e7644c9161b9d241ccaa1f1c75df5db31c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:42:04 +0000 Subject: [PATCH] (maint) Update dependency dotnet-sdk to v10 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 1ea7e5f..c13f705 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { "allowPrerelease": true, - "version": "6.0.407", + "version": "10.0.103", "rollForward": "latestFeature" } }