From ee59d28d30519d4644ff1f42fee2fad15323a338 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jul 2026 03:26:56 +0000 Subject: [PATCH] chore: update global.json SDK baseline from 10.0.201 to 10.0.301 The rollForward=latestMinor policy already selects the latest available 10.x SDK at build time. This change updates the pinned baseline to the version running in CI and local development, keeping the documented minimum in sync with current usage. 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 06316314..fc92c25a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.201", + "version": "10.0.301", "rollForward": "latestMinor" } }