From f93b378d0935b574e085e3a37abcb5740776c826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 08:20:08 +0000 Subject: [PATCH 1/2] build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.201 to 10.0.202. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.202 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index edcd540fee..a3c9a29383 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "10.0.201", - "workloadVersion": "10.0.201", + "version": "10.0.202", + "workloadVersion": "10.0.202", "rollForward": "disable", "allowPrerelease": false } From b2b06087b5f816fc8b52f517c356ec5ae2b289a1 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 20 Apr 2026 12:00:34 +1200 Subject: [PATCH 2/2] Bump to xcode 26.3 --- .github/actions/environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index b28b1a9a56..c8a35b1fab 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -48,7 +48,7 @@ runs: - name: Pin the Xcode Version if: runner.os == 'macOS' shell: bash - run: sudo xcode-select --switch /Applications/Xcode_26.2.app + run: sudo xcode-select --switch /Applications/Xcode_26.3.app # Java 21 is needed by .NET Android - name: Install Java 21