Skip to content

.NET 10 - Xcode 26.5 support (26.5.10284)

Latest

Choose a tag to compare

@dalexsotodalexsoto released this 21 May 00:33
· 220 commits to main since this release
70ea0c5

Note

  • Xcode 26.5 is required with this release. Xcode 26.5 requires macOS 26.2+ (Tahoe).

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

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/.

This release consists of the following versions:

Installation

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

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

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

Available workload ids

Example command installing all listed workloads.

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

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

Full release notes: https://github.com/dotnet/macios/wiki/.NET-10-release-notes

What's Changed

Full Changelog: dotnet-10.0.1xx-xcode26.5-10280...dotnet-10.0.1xx-xcode26.5-10284