From 80ad02a8f63cfa521a84c1499caf336808564cd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Jan 2026 05:25:54 +0000 Subject: [PATCH] chore(deps): 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 70ed6c6..570baa6 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.310", + "version": "10.0.102", "rollForward": "latestPatch", "allowPrerelease": false }