Skip to content

.NET 10 - Xcode 26.1 support (26.1.10494)

Latest

Choose a tag to compare

@dalexsoto dalexsoto released this 11 Nov 19:44
· 93 commits to main since this release
56ca6c4

Note

  • Xcode 26.1 is required with this release. Xcode 26.1 requires macOS 15.6+.
  • This workload is included in Visual Studio 2026 (v18.0.1)

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.100.1 in order to install these versions of the SDKs.

Please make sure to be using the latest .NET SDK 10.0.100 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.100 before proceeding.

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

Available workload ids

Example command installing all listed workloads.

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

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

New Contributors

Full Changelog: dotnet-10.0.1xx-xcode26.0-11017...dotnet-10.0.1xx-xcode26.1-10494