Skip to content

.NET 9 - Xcode 26.5 support (26.5.9002)

Choose a tag to compare

@dalexsoto dalexsoto released this 21 May 00:32
· 1303 commits to main since this release
7075bb3

Note

  • Xcode 26.5 is required with this release. Xcode 26.5 requires macOS 26.2+ (Tahoe).
  • This release adds Xcode 26.5 build support, no new APIs have been added.

This is a servicing release to the previous .NET 9 release.

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

Versions

This release consists of the following versions:

Installation

You can use workload set version 9.0.314.3 in order to install these versions of the SDKs.

Please make sure to be using the latest .NET SDK 9.0.314 before issuing the dotnet workload install command below. You can
validate your installed dotnet version using dotnet --version do make sure it shows 9.0.314 or greater before proceeding.

dotnet workload install <workload id(s)> --version 9.0.314.3

Available workload ids

Example command installing all listed workloads.

dotnet workload install ios tvos macos maccatalyst maui android --version 9.0.314.3

You can use dotnet workload --info to validate the workload versions installed in your system.

What's Changed

Full Changelog: dotnet-9.0.1xx-xcode26.5.9001...dotnet-9.0.1xx-xcode26.5.9002