From 91578917dd3069f5c0581dac209d895a5078c542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 01:26:29 +0000 Subject: [PATCH] eng: bump SDK pin in global.json from 10.0.102 to 10.0.105 The .NET 10 SDK patch 10.0.105 is now the latest available version on the runners (rollForward:minor already picks it up; this keeps global.json in sync with the actual runtime used). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index cff8de89..abea079d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102", + "version": "10.0.105", "rollForward": "minor" } }