From 967ad22dd59a6d21388dc50a8af75d2e68f48b85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:26:21 +0000 Subject: [PATCH] eng: update global.json SDK from 10.0.102 to 10.0.201 The installed SDK is 10.0.201. With rollForward:latestMinor the old minimum (10.0.102) was already satisfied, but bumping the pinned version keeps the file in sync with the actual runtime in use. 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 bb620559..06316314 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.102", + "version": "10.0.201", "rollForward": "latestMinor" } }