Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 19 additions & 16 deletions release-notes/10.0/supported-os.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"channel-version": "10.0",
"last-updated": "2025-06-02",
"last-updated": "2025-10-28",
"families": [
{
"name": "Android",
Expand All @@ -11,7 +11,7 @@
"link": "https://www.android.com/",
"lifecycle": "https://support.google.com/android",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["15", "14", "13", "12.1", "12"],
"supported-versions": ["16", "15", "14", "13"],
"notes": ["API 21 is used as the minimum SDK target."]
}
]
Expand All @@ -24,22 +24,22 @@
"name": "iOS",
"link": "https://developer.apple.com/ios/",
"architectures": ["Arm64"],
"supported-versions": ["18"],
"supported-versions": ["26", "18"],
"notes": ["iOS 12.2 is used as the minimum SDK target."]
},
{
"id": "ipados",
"name": "iPadOS",
"link": "https://developer.apple.com/ipados/",
"architectures": ["Arm64"],
"supported-versions": ["18"]
"supported-versions": ["26", "18"]
},
{
"id": "macos",
"name": "macOS",
"link": "https://developer.apple.com/macos/",
"architectures": ["Arm64", "x64"],
"supported-versions": ["15", "14"],
"supported-versions": ["26", "15"],
"notes": [
"The iOS and tvOS simulators are supported on macOS Arm64 and x64.",
"The x64 emulator (Rosetta 2) is supported on macOS Arm64.",
Expand All @@ -51,7 +51,7 @@
"name": "tvOS",
"link": "https://developer.apple.com/tvos/",
"architectures": ["Arm64"],
"supported-versions": ["18"]
"supported-versions": ["26"]
}
]
},
Expand All @@ -67,7 +67,7 @@
"supported-versions": ["3.22"]
},
{
"id": "azurelinux",
"id": "azure-linux",
"name": "Azure Linux",
"link": "https://github.com/microsoft/azurelinux",
"architectures": ["Arm64", "x64"],
Expand Down Expand Up @@ -103,7 +103,7 @@
"link": "https://www.opensuse.org/",
"lifecycle": "https://en.opensuse.org/Lifetime",
"architectures": ["Arm64", "x64"],
"supported-versions": ["15.6"]
"supported-versions": ["16.0", "15.6"]
},
{
"id": "rhel",
Expand All @@ -122,15 +122,15 @@
"link": "https://www.suse.com/",
"lifecycle": "https://www.suse.com/lifecycle/",
"architectures": ["Arm64", "x64"],
"supported-versions": ["15.6"]
"supported-versions": ["16.0", "15.7", "15.6"]
},
{
"id": "ubuntu",
"name": "Ubuntu",
"link": "https://ubuntu.com/",
"lifecycle": "https://wiki.ubuntu.com/Releases",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["25.04", "24.04", "22.04"]
"supported-versions": ["25.10", "24.04", "22.04"]
}
]
},
Expand All @@ -150,29 +150,32 @@
"name": "Windows",
"link": "https://www.microsoft.com/windows/",
"lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet",
"architectures": ["Arm64", "x64", "x86"],
"architectures": ["Arm64", "x64"],
"supported-versions": [
"11-25h2-e",
"11-25h2-w",
"11-24h2-iot-lts",
"11-24h2-e-lts",
"11-24h2-e",
"11-24h2-w",
"11-23h2-e",
"11-23h2-w",
"11-22h2-e",
"10-22h2",
"10-21h2-e-lts",
"10-21h2-iot-lts",
"10-1809-e-lts",
"10-1607-e-lts"
],
"notes": ["The x64 emulator is supported on Windows 11 Arm64."]
"notes": [
"The x64 and x86 emulators are supported on Windows 11 Arm64.",
"The x86 emulator is supported on x64."
]
},
{
"id": "windows-server",
"name": "Windows Server",
"link": "https://www.microsoft.com/windows-server",
"lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info",
"architectures": ["x64", "x86"],
"architectures": ["x64"],
"supported-versions": [
"2025",
"23H2",
Expand All @@ -191,7 +194,7 @@
"name": "Windows Server Core",
"link": "https://learn.microsoft.com/virtualization/windowscontainers/manage-containers/container-base-images",
"lifecycle": "https://learn.microsoft.com/windows-server/get-started/windows-server-release-info",
"architectures": ["x64", "x86"],
"architectures": ["x64"],
"supported-versions": [
"2025",
"2022",
Expand Down
67 changes: 34 additions & 33 deletions release-notes/10.0/supported-os.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# .NET 10.0 - Supported OS versions

Last Updated: 2025/06/02; Support phase: Preview
Last Updated: 2025/10/28; Support phase: GoLive

[.NET 10.0](README.md) is an [LTS](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.

## Android

| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [Android][0] | 15, 14, 13, 12.1, 12 | Arm32, Arm64, x64 | [Lifecycle][1] |
| OS | Versions | Architectures | Lifecycle |
| ------------ | -------------- | ----------------- | -------------- |
| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] |

Notes:

Expand All @@ -19,12 +19,12 @@ Notes:

## Apple

| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [iOS][2] | 18 | Arm64 | None |
| [iPadOS][3] | 18 | Arm64 | None |
| [macOS][4] | 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 18 | Arm64 | None |
| OS | Versions | Architectures | Lifecycle |
| ---------- | -------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18 | Arm64 | None |
| [macOS][4] | 26, 15 | Arm64, x64 | None |
| [tvOS][5] | 26 | Arm64 | None |

Notes:

Expand All @@ -40,17 +40,17 @@ Notes:

## Linux

| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] |
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
| OS | Versions | Architectures | Lifecycle |
| ------------------- | -------- | ----------------- | --------------- |
| [Alpine][6] | 3.22 | Arm32, Arm64, x64 | [Lifecycle][7] |
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
| [SUSE Enterprise Linux][19] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |

Notes:

Expand All @@ -76,16 +76,17 @@ Notes:

## Windows

| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] |
| [Windows][25] | 11 24H2 (IoT), 11 24H2 (E), 11 24H2, 11 23H2, 11 22H2 (E), 10 22H2, 10 21H2 (E), 10 21H2 (IoT), 10 1809 (E), 10 1607 (E) | Arm64, x64, x86 | [Lifecycle][26] |
| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
| OS | Versions | Architectures | Lifecycle |
| -------------------- | ------------------------------------------- | ------------- | --------------- |
| [Nano Server][23] | 2025, 2022, 2019 | x64 | [Lifecycle][24] |
| [Windows][25] | 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][26] |
| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] |
| [Windows Server Core][23] | 2025, 2022, 2019, 2016, 2012-R2, 2012 | x64 | [Lifecycle][24] |

Notes:

* Windows: The x64 emulator is supported on Windows 11 Arm64.
* 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](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).
* Windows Server Core: Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview).

Expand All @@ -99,11 +100,11 @@ Notes:

Microsoft-provided [portable Linux builds](../../linux.md) 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 |
| 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

Expand Down
Loading