| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NET 10 - Xcode 26.1 support (26.1.10502) source code.tar.gz | 2025-11-20 | 56.6 MB | |
| NET 10 - Xcode 26.1 support (26.1.10502) source code.zip | 2025-11-20 | 63.4 MB | |
| README.md | 2025-11-20 | 2.5 kB | |
| Totals: 3 Items | 120.0 MB | 2 | |
[!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.1](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes#18)
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:
- iOS: 26.1.10502
- tvOS: 26.1.10502
- macOS: 26.1.10502
- Mac Catalyst: 26.1.10502
Installation
You can use workload set version 10.0.101 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.
:::sh
dotnet workload install <workload id(s)> --version 10.0.101
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 10.0.101
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
- [release/10.0.1xx] [src] Add a [DynamicDependency] attribute from the event field to exported method for generated events. Fixes [#24262]. by @rolfbjarne in https://github.com/dotnet/macios/pull/24288
Full Changelog: https://github.com/dotnet/macios/compare/dotnet-10.0.1xx-xcode26.1-10494...dotnet-10.0.1xx-xcode26.1-10502