| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NET 9 - Xcode 26.0 support (9766) source code.tar.gz | 2025-10-27 | 56.4 MB | |
| NET 9 - Xcode 26.0 support (9766) source code.zip | 2025-10-27 | 63.2 MB | |
| README.md | 2025-10-27 | 2.8 kB | |
| Totals: 3 Items | 119.5 MB | 0 | |
[!NOTE] * Xcode 26.0 is required with this release. Xcode 26.0 requires macOS 15.6+.
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
[!NOTE] Workload information to be updated once it is available
You can use workload set version 9.0.TODO in order to install these versions of the SDKs.
Please make sure to be using the latest .NET SDK 9.0.TODO 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.TODO or greater before proceeding.
:::sh
dotnet workload install <workload id(s)> --version 9.0.TODO
Available workload ids
- ios
- tvos
- macos
- maccatalyst
- android (see https://github.com/dotnet/android)
- maui (see https://github.com/dotnet/maui)
Example command installing all listed workloads.
:::sh
dotnet workload install ios tvos macos maccatalyst maui android --version 9.0.TODO
You can use dotnet workload --info to validate the workload versions installed in your system.
What's Changed
- [dotnet] Don't overwrite any existing value for DOTNET_DiagnosticPorts when computed through our build logic. by @rolfbjarne in https://github.com/dotnet/macios/pull/23998
- [msbuild] Fix DetectSigningIdentity with entitlements in the simulator. Fixes [#24032]. by @rolfbjarne in https://github.com/dotnet/macios/pull/24059
- Bump mlaunch to get improved launch failure message. Fixes [#23923]. by @rolfbjarne in https://github.com/dotnet/macios/pull/24102
- Revert "[dotnet] Remove support for .NET 8." Fixes [#24057]. by @rolfbjarne in https://github.com/dotnet/macios/pull/24049
Full Changelog: https://github.com/dotnet/macios/compare/dotnet-9.0.1xx-xcode26.0-9752...dotnet-9.0.1xx-xcode26.0-9766