* Update OSes * Update supported OS json and markdown * Format JSON with prettier * Change how x86 is described for Windows * Change how x86 is described for Windows * Update Alpine support for 9.0 --------- Co-authored-by: Kraemer, Benjamin <benjamin.kraemer@alien-scripts.de>
5.5 KiB
5.5 KiB
.NET 10.0 - Supported OS versions
Last Updated: 2025/10/28; Support phase: GoLive
.NET 10.0 is an LTS release and is supported on multiple operating systems per their lifecycle policy.
Android
| OS | Versions | Architectures | Lifecycle |
|---|---|---|---|
| Android | 16, 15, 14, 13 | Arm32, Arm64, x64 | Lifecycle |
Notes:
- Android: API 21 is used as the minimum SDK target.
Apple
| OS | Versions | Architectures | Lifecycle |
|---|---|---|---|
| iOS | 26, 18 | Arm64 | None |
| iPadOS | 26, 18 | Arm64 | None |
| macOS | 26, 15 | Arm64, x64 | None |
| tvOS | 26 | Arm64 | None |
Notes:
- iOS: iOS 12.2 is used as the minimum SDK target.
- macOS: The iOS and tvOS simulators are supported on macOS Arm64 and x64.
- macOS: The x64 emulator (Rosetta 2) is supported on macOS Arm64.
- macOS: Mac Catalyst apps are supported on macOS Arm64 and x64.
Linux
| OS | Versions | Architectures | Lifecycle |
|---|---|---|---|
| Alpine | 3.22 | Arm32, Arm64, x64 | Lifecycle |
| Azure Linux | 3.0 | Arm64, x64 | None |
| CentOS Stream | 10, 9 | Arm64, ppc64le, s390x, x64 | Lifecycle |
| Debian | 13, 12 | Arm32, Arm64, x64 | Lifecycle |
| Fedora | 42 | Arm32, Arm64, x64 | Lifecycle |
| openSUSE Leap | 16.0, 15.6 | Arm64, x64 | Lifecycle |
| Red Hat Enterprise Linux | 10, 9 | Arm64, ppc64le, s390x, x64 | Lifecycle |
| SUSE Enterprise Linux | 16.0, 15.7, 15.6 | Arm64, x64 | Lifecycle |
| Ubuntu | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | Lifecycle |
Notes:
- Red Hat Enterprise Linux: RHEL-compatible derivatives are supported per .NET Support.
Windows
| OS | Versions | Architectures | Lifecycle |
|---|---|---|---|
| Nano Server | 2025, 2022, 2019 | x64 | Lifecycle |
| Windows | 11 25H2, 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64 | Lifecycle |
| Windows Server | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64 | Lifecycle |
| Windows Server Core | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64 | Lifecycle |
Notes:
- Windows: The x64 and x86 emulators are supported on Windows 11 Arm64.
- Windows: The x86 emulator is supported on x64.
- Windows Server: Windows Server 2012 and 2012 R2 are supported with Extended Security Updates.
- Windows Server Core: Windows Server 2012 and 2012 R2 are supported with Extended Security Updates.
Linux compatibility
Microsoft-provided portable Linux builds define minimum compatibility primarily via libc version.
| Libc | Version | Architectures | Source |
|---|---|---|---|
| glibc | 2.27 | Arm64, x64 | Ubuntu 18.04 |
| glibc | 2.35 | Arm32 | Ubuntu 22.04 |
| musl | 1.2.3 | Arm32, Arm64, x64 | Alpine 3.17 |
Notes
- The QEMU emulator is not supported to run .NET apps. QEMU is used, for example, to emulate Arm64 containers on x64, and vice versa.
- Microsoft-provided portable Arm32 glibc builds are supported on distro versions with a Y2038 compatible glibc, for example Debian 12, Ubuntu 22.04, and higher versions.
Out of support
The following operating system versions are no longer supported.
None currently.
About
This file is generated from supported-os.json and is based (with thanks) on support information from endoflife.date.