🚨 Xcode 16.2 is required with this release. Xcode 16.2 requires macOS 14.5+ or 15.0+.
This is a servicing release to the previous .NET 9 release, with support for Xcode 16.2.
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.102.1
in order to install these versions of the SDKs, please make sure to be using the latest .NET SDK 9.0.102 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.102
or greater before proceeding.
dotnet workload install <workload id(s)> --version 9.0.102.1
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.
dotnet workload install ios tvos macos maccatalyst maui android --version 9.0.102.1
You can use dotnet workload --info
to validate the workload versions installed in your system.
What's Changed
- [release/9.0.1xx] [dotnet] Create and ship a WorkloadDependencies.json file. Fixes #21768. by @rolfbjarne in #21840
- [release/9.0.1xx] [xma] Updated Xamarin.Messaging to 3.0.13 by @vs-mobiletools-engineering-service2 in #21839
- [release/9.0.1xx] [ObjCRuntime] Ensure all assemblies' module constructors have executed before failing registrar lookup. by @vs-mobiletools-engineering-service2 in #21891
Full Changelog: dotnet-9.0.1xx-xcode16.2-9170...dotnet-9.0.1xx-xcode16.2-9173