Skip to content

Commit 04c0f93

Browse files
build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202 (#5143)
* 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] <support@github.com> * Bump to xcode 26.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
1 parent 2dbd799 commit 04c0f93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
- name: Pin the Xcode Version
4949
if: runner.os == 'macOS'
5050
shell: bash
51-
run: sudo xcode-select --switch /Applications/Xcode_26.2.app
51+
run: sudo xcode-select --switch /Applications/Xcode_26.3.app
5252

5353
# Java 21 is needed by .NET Android
5454
- name: Install Java 21

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "10.0.201",
4-
"workloadVersion": "10.0.201",
3+
"version": "10.0.202",
4+
"workloadVersion": "10.0.202",
55
"rollForward": "disable",
66
"allowPrerelease": false
77
}

0 commit comments

Comments
 (0)