1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Updated Supported OSes (#10137)

* 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>
This commit is contained in:
Rich Lander
2025-10-28 19:37:10 -07:00
committed by GitHub
parent fec14dad92
commit 2be74c9b16
6 changed files with 662 additions and 929 deletions

View File

@@ -1,6 +1,6 @@
{
"channel-version": "10.0",
"last-updated": "2025-06-02",
"last-updated": "2025-10-28",
"families": [
{
"name": "Android",
@@ -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."]
}
]
@@ -24,7 +24,7 @@
"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."]
},
{
@@ -32,14 +32,14 @@
"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.",
@@ -51,7 +51,7 @@
"name": "tvOS",
"link": "https://developer.apple.com/tvos/",
"architectures": ["Arm64"],
"supported-versions": ["18"]
"supported-versions": ["26"]
}
]
},
@@ -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"],
@@ -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",
@@ -122,7 +122,7 @@
"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",
@@ -130,7 +130,7 @@
"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"]
}
]
},
@@ -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",
@@ -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",

View File

@@ -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] |
| ------------ | -------------- | ----------------- | -------------- |
| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] |
Notes:
@@ -20,11 +20,11 @@ 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 |
| ---------- | -------- | ------------- | --------- |
| [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:
@@ -41,16 +41,16 @@ 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] |
| [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] | 15.6 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.04, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
| [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:
@@ -77,15 +77,16 @@ 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] |
| [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).
@@ -100,7 +101,7 @@ 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 |

View File

@@ -1,6 +1,6 @@
{
"channel-version": "8.0",
"last-updated": "2025-06-02",
"last-updated": "2025-10-28",
"families": [
{
"name": "Android",
@@ -10,24 +10,10 @@
"name": "Android",
"link": "https://www.android.com/",
"lifecycle": "https://support.google.com/android",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"15",
"14",
"13",
"12.1",
"12"
],
"unsupported-versions": [
"11"
],
"notes": [
"API 21 is used as the minimum SDK target."
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["16", "15", "14", "13"],
"unsupported-versions": ["12.1", "12", "11"],
"notes": ["API 21 is used as the minimum SDK target."]
}
]
},
@@ -38,53 +24,26 @@
"id": "ios",
"name": "iOS",
"link": "https://developer.apple.com/ios/",
"architectures": [
"Arm64"
],
"supported-versions": [
"18",
"17"
],
"unsupported-versions": [
"16",
"15"
],
"notes": [
"iOS 12.2 is used as the minimum SDK target."
]
"architectures": ["Arm64"],
"supported-versions": ["26", "18"],
"unsupported-versions": ["17", "16", "15"],
"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",
"17"
],
"unsupported-versions": [
"16",
"15"
]
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"],
"unsupported-versions": ["16", "15"]
},
{
"id": "macos",
"name": "macOS",
"link": "https://developer.apple.com/macos/",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15",
"14",
"13"
],
"unsupported-versions": [
"12"
],
"architectures": ["Arm64", "x64"],
"supported-versions": ["26", "15", "14"],
"unsupported-versions": ["13", "12"],
"notes": [
"The iOS and tvOS simulators are supported on macOS Arm64 and x64.",
"The x64 emulator (Rosetta 2) is supported on macOS Arm64.",
@@ -95,20 +54,9 @@
"id": "tvos",
"name": "tvOS",
"link": "https://developer.apple.com/tvos/",
"architectures": [
"Arm64"
],
"supported-versions": [
"18",
"17"
],
"unsupported-versions": [
"16",
"15",
"14",
"13",
"12.2"
]
"architectures": ["Arm64"],
"supported-versions": ["26", "18"],
"unsupported-versions": ["17", "16", "15", "14", "13", "12.2"]
}
]
},
@@ -120,122 +68,59 @@
"name": "Alpine",
"link": "https://alpinelinux.org/",
"lifecycle": "https://alpinelinux.org/releases/",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"3.22",
"3.21",
"3.20",
"3.19"
],
"unsupported-versions": [
"3.18",
"3.17",
"3.16"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["3.22", "3.21", "3.20"],
"unsupported-versions": ["3.19", "3.18", "3.17", "3.16"]
},
{
"id": "azurelinux",
"id": "azure-linux",
"name": "Azure Linux",
"link": "https://github.com/microsoft/azurelinux",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"3.0"
]
"architectures": ["Arm64", "x64"],
"supported-versions": ["3.0"]
},
{
"id": "centos-stream",
"name": "CentOS Stream",
"link": "https://centos.org/",
"lifecycle": "https://www.centos.org/cl-vs-cs/",
"architectures": [
"Arm64",
"ppc64le",
"s390x",
"x64"
],
"supported-versions": [
"10",
"9"
]
"architectures": ["Arm64", "ppc64le", "s390x", "x64"],
"supported-versions": ["10", "9"]
},
{
"id": "debian",
"name": "Debian",
"link": "https://www.debian.org/",
"lifecycle": "https://wiki.debian.org/DebianReleases",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"12"
],
"unsupported-versions": [
"11"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["13", "12"],
"unsupported-versions": ["11"]
},
{
"id": "fedora",
"name": "Fedora",
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"42",
"41"
],
"unsupported-versions": [
"40",
"39",
"38",
"37"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["42", "41"],
"unsupported-versions": ["40", "39", "38", "37"]
},
{
"id": "opensuse",
"name": "openSUSE Leap",
"link": "https://www.opensuse.org/",
"lifecycle": "https://en.opensuse.org/Lifetime",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15.6"
],
"unsupported-versions": [
"15.5",
"15.4"
]
"architectures": ["Arm64", "x64"],
"supported-versions": ["16.0", "15.6"],
"unsupported-versions": ["15.5", "15.4"]
},
{
"id": "rhel",
"name": "Red Hat Enterprise Linux",
"link": "https://access.redhat.com/",
"lifecycle": "https://access.redhat.com/support/policy/updates/errata/",
"architectures": [
"Arm64",
"ppc64le",
"s390x",
"x64"
],
"supported-versions": [
"10",
"9",
"8"
],
"architectures": ["Arm64", "ppc64le", "s390x", "x64"],
"supported-versions": ["10", "9", "8"],
"notes": [
"RHEL-compatible derivatives are supported per [.NET Support](../../support.md)."
]
@@ -245,40 +130,18 @@
"name": "SUSE Enterprise Linux",
"link": "https://www.suse.com/",
"lifecycle": "https://www.suse.com/lifecycle/",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15.6"
],
"unsupported-versions": [
"15.5",
"15.4",
"12.5"
]
"architectures": ["Arm64", "x64"],
"supported-versions": ["16.0", "15.7", "15.6"],
"unsupported-versions": ["15.5", "15.4", "12.5"]
},
{
"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"
],
"unsupported-versions": [
"24.10",
"20.04",
"23.10",
"23.04"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["25.10", "24.04", "22.04"],
"unsupported-versions": ["25.04", "24.10", "20.04", "23.10", "23.04"]
}
]
},
@@ -290,46 +153,39 @@
"name": "Nano Server",
"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"
],
"supported-versions": [
"2025",
"2022",
"2019"
]
"architectures": ["x64"],
"supported-versions": ["2025", "2022", "2019"]
},
{
"id": "windows",
"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"
],
"unsupported-versions": [
"11-22h2-e",
"11-22h2-w",
"11-21h2-e",
"10-22h2",
"10-21h2-e"
],
"notes": [
"The x64 emulator is supported on Windows 11 Arm64."
"The x64 and x86 emulators are supported on Windows 11 Arm64.",
"The x86 emulator is supported on x64."
]
},
{
@@ -337,10 +193,7 @@
"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",
@@ -359,10 +212,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",
@@ -381,21 +231,13 @@
"libc": [
{
"name": "glibc",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"architectures": ["Arm32", "Arm64", "x64"],
"version": "2.23",
"source": "Ubuntu 16.04"
},
{
"name": "musl",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"architectures": ["Arm32", "Arm64", "x64"],
"version": "1.2.2",
"source": "Alpine 3.13"
}

View File

@@ -1,14 +1,14 @@
# .NET 8.0 - Supported OS versions
Last Updated: 2025/06/02; Support phase: Active
Last Updated: 2025/10/28; Support phase: Active
[.NET 8.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] |
| ------------ | -------------- | ----------------- | -------------- |
| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] |
Notes:
@@ -20,11 +20,11 @@ Notes:
## Apple
| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [iOS][2] | 18, 17 | Arm64 | None |
| [iPadOS][3] | 18, 17 | Arm64 | None |
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
| [tvOS][5] | 18, 17 | Arm64 | None |
| ---------- | -------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18, 17 | Arm64 | None |
| [macOS][4] | 26, 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 26, 18 | Arm64 | None |
Notes:
@@ -41,16 +41,16 @@ Notes:
## Linux
| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
| ------------------- | -------- | ----------------- | --------------- |
| [Alpine][6] | 3.22, 3.21, 3.20 | 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] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | 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] |
| [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:
@@ -77,15 +77,16 @@ 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] |
| [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).
@@ -100,7 +101,7 @@ Notes:
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
| Libc | Version | Architectures | Source |
| ------------- | ------- | --------------------- | ------------ |
| ---- | ------- | ----------------- | ------------ |
| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 |
| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 |
@@ -114,35 +115,44 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat
The following operating system versions are no longer supported.
| OS | Version | Date |
| --------------------- | ------------- | -------------------- |
| ------- | ------- | ---------- |
| Alpine | 3.19 | [2025-11-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| Alpine | 3.18 | [2025-05-09](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| Alpine | 3.17 | [2024-11-22](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| Alpine | 3.16 | [2024-05-23](https://alpinelinux.org/posts/Alpine-3.16.9-3.17.7-3.18.6-released.html) |
| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) |
| Android | 12 | 2025-03-03 |
| Android | 11 | 2024-02-05 |
| Debian | 11 | [2024-08-14](https://lists.debian.org/debian-release/2024/06/msg00700.html) |
| Fedora | 40 | 2025-05-13 |
| Fedora | 39 | 2024-11-26 |
| Fedora | 38 | 2024-05-21 |
| Fedora | 37 | 2023-12-05 |
| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) |
| iOS | 15 | [2025-03-31](https://support.apple.com/HT212788) |
| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) |
| iOS | 15 | 2025-03-31 |
| iOS | 17 | 2024-11-19 |
| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
| iPadOS | 15 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-15-release-notes) |
| macOS | 12 | [2024-09-16](https://support.apple.com/HT212585) |
| iPadOS | 15 | 2025-03-31 |
| macOS | 13 | 2025-09-15 |
| macOS | 12 | [2024-09-16](https://developer.apple.com/documentation/macos-release-notes/macos-12_0_1-release-notes) |
| openSUSE Leap | 15.5 | 2024-12-31 |
| openSUSE Leap | 15.4 | 2023-12-07 |
| SUSE Enterprise Linux | 15.5 | 2024-12-31 |
| SUSE Enterprise Linux | 12.5 | 2024-10-31 |
| SUSE Enterprise Linux | 15.4 | 2023-12-31 |
| tvOS | 17 | 2024-09-16 |
| tvOS | 16 | 2023-09-18 |
| tvOS | 15 | 2022-09-12 |
| tvOS | 14 | 2021-09-20 |
| tvOS | 13 | 2020-09-16 |
| tvOS | 12.2 | - |
| Ubuntu | 25.04 | 2026-01-17 |
| Ubuntu | 24.10 | 2025-07-10 |
| Ubuntu | 20.04 | 2025-05-31 |
| Ubuntu | 23.10 | 2024-07-12 |
| Ubuntu | 23.04 | 2024-01-20 |
| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) |
| Windows | 11 22H2 (W) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| Windows | 11 21H2 (E) | [2024-10-08](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) |

View File

@@ -1,6 +1,6 @@
{
"channel-version": "9.0",
"last-updated": "2025-06-02",
"last-updated": "2025-10-28",
"families": [
{
"name": "Android",
@@ -10,21 +10,10 @@
"name": "Android",
"link": "https://www.android.com/",
"lifecycle": "https://support.google.com/android",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"15",
"14",
"13",
"12.1",
"12"
],
"notes": [
"API 21 is used as the minimum SDK target."
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["16", "15", "14", "13"],
"unsupported-versions": ["12.1", "12"],
"notes": ["API 21 is used as the minimum SDK target."]
}
]
},
@@ -35,48 +24,26 @@
"id": "ios",
"name": "iOS",
"link": "https://developer.apple.com/ios/",
"architectures": [
"Arm64"
],
"supported-versions": [
"18",
"17"
],
"unsupported-versions": [
"16"
],
"notes": [
"iOS 12.2 is used as the minimum SDK target."
]
"architectures": ["Arm64"],
"supported-versions": ["26", "18"],
"unsupported-versions": ["17", "16"],
"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",
"17"
],
"unsupported-versions": [
"16"
]
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"],
"unsupported-versions": ["16"]
},
{
"id": "macos",
"name": "macOS",
"link": "https://developer.apple.com/macos/",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15",
"14",
"13"
],
"architectures": ["Arm64", "x64"],
"supported-versions": ["26", "15", "14"],
"unsupported-versions": ["13"],
"notes": [
"The iOS and tvOS simulators are supported on macOS Arm64 and x64.",
"The x64 emulator (Rosetta 2) is supported on macOS Arm64.",
@@ -87,20 +54,9 @@
"id": "tvos",
"name": "tvOS",
"link": "https://developer.apple.com/tvos/",
"architectures": [
"Arm64"
],
"supported-versions": [
"18",
"17"
],
"unsupported-versions": [
"16",
"15",
"14",
"13",
"12.2"
]
"architectures": ["Arm64"],
"supported-versions": ["26"],
"unsupported-versions": ["18", "17", "16", "15", "14", "13", "12.2"]
}
]
},
@@ -112,110 +68,58 @@
"name": "Alpine",
"link": "https://alpinelinux.org/",
"lifecycle": "https://alpinelinux.org/releases/",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"3.22",
"3.21",
"3.20",
"3.19"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["3.22", "3.21", "3.20"],
"unsupported-versions": ["3.19"]
},
{
"id": "azurelinux",
"id": "azure-linux",
"name": "Azure Linux",
"link": "https://github.com/microsoft/azurelinux",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"3.0"
]
"architectures": ["Arm64", "x64"],
"supported-versions": ["3.0"]
},
{
"id": "centos-stream",
"name": "CentOS Stream",
"link": "https://centos.org/",
"lifecycle": "https://www.centos.org/cl-vs-cs/",
"architectures": [
"Arm64",
"ppc64le",
"s390x",
"x64"
],
"supported-versions": [
"10",
"9"
]
"architectures": ["Arm64", "ppc64le", "s390x", "x64"],
"supported-versions": ["10", "9"]
},
{
"id": "debian",
"name": "Debian",
"link": "https://www.debian.org/",
"lifecycle": "https://wiki.debian.org/DebianReleases",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"12"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["13", "12"]
},
{
"id": "fedora",
"name": "Fedora",
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"supported-versions": [
"42",
"41"
],
"unsupported-versions": [
"40"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["42", "41"],
"unsupported-versions": ["40"]
},
{
"id": "opensuse",
"name": "openSUSE Leap",
"link": "https://www.opensuse.org/",
"lifecycle": "https://en.opensuse.org/Lifetime",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15.6"
],
"unsupported-versions": [
"15.5"
]
"architectures": ["Arm64", "x64"],
"supported-versions": ["16.0", "15.6"],
"unsupported-versions": ["15.5"]
},
{
"id": "rhel",
"name": "Red Hat Enterprise Linux",
"link": "https://access.redhat.com/",
"lifecycle": "https://access.redhat.com/support/policy/updates/errata/",
"architectures": [
"Arm64",
"ppc64le",
"s390x",
"x64"
],
"supported-versions": [
"10",
"9",
"8"
],
"architectures": ["Arm64", "ppc64le", "s390x", "x64"],
"supported-versions": ["10", "9", "8"],
"notes": [
"RHEL-compatible derivatives are supported per [.NET Support](../../support.md)."
]
@@ -225,32 +129,17 @@
"name": "SUSE Enterprise Linux",
"link": "https://www.suse.com/",
"lifecycle": "https://www.suse.com/lifecycle/",
"architectures": [
"Arm64",
"x64"
],
"supported-versions": [
"15.6"
]
"architectures": ["Arm64", "x64"],
"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"
],
"unsupported-versions": [
"24.10"
]
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["25.10", "24.04", "22.04"],
"unsupported-versions": ["25.04", "24.10"]
}
]
},
@@ -262,41 +151,33 @@
"name": "Nano Server",
"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"
],
"supported-versions": [
"2025",
"2022",
"2019"
]
"architectures": ["x64"],
"supported-versions": ["2025", "2022", "2019"]
},
{
"id": "windows",
"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"
],
"unsupported-versions": ["11-22h2-e", "10-22h2"],
"notes": [
"The x64 emulator is supported on Windows 11 Arm64."
"The x64 and x86 emulators are supported on Windows 11 Arm64.",
"The x86 emulator is supported on x64."
]
},
{
@@ -304,10 +185,7 @@
"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",
@@ -326,10 +204,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", "x86"],
"supported-versions": [
"2025",
"2022",
@@ -348,28 +223,19 @@
"libc": [
{
"name": "glibc",
"architectures": [
"Arm64",
"x64"
],
"architectures": ["Arm64", "x64"],
"version": "2.23",
"source": "Ubuntu 16.04"
},
{
"name": "glibc",
"architectures": [
"Arm32"
],
"architectures": ["Arm32"],
"version": "2.35",
"source": "Ubuntu 22.04"
},
{
"name": "musl",
"architectures": [
"Arm32",
"Arm64",
"x64"
],
"architectures": ["Arm32", "Arm64", "x64"],
"version": "1.2.2",
"source": "Alpine 3.13"
}

View File

@@ -1,14 +1,14 @@
# .NET 9.0 - Supported OS versions
Last Updated: 2025/06/02; Support phase: Active
Last Updated: 2025/10/28; Support phase: Active
[.NET 9.0](README.md) is an [STS](../../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] |
| ------------ | -------------- | ----------------- | -------------- |
| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] |
Notes:
@@ -20,11 +20,11 @@ Notes:
## Apple
| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [iOS][2] | 18, 17 | Arm64 | None |
| [iPadOS][3] | 18, 17 | Arm64 | None |
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
| [tvOS][5] | 18, 17 | Arm64 | None |
| ---------- | -------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18, 17 | Arm64 | None |
| [macOS][4] | 26, 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 26 | Arm64 | None |
Notes:
@@ -41,16 +41,16 @@ Notes:
## Linux
| OS | Versions | Architectures | Lifecycle |
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
| ------------------- | -------- | ----------------- | --------------- |
| [Alpine][6] | 3.22, 3.21, 3.20 | 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] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
| [openSUSE Leap][15] | 16.0, 15.6 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | 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] |
| [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:
@@ -77,15 +77,16 @@ 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][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, x86 | [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).
@@ -100,7 +101,7 @@ Notes:
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
| Libc | Version | Architectures | Source |
| ------------- | ------- | --------------------- | ------------ |
| ----- | ------- | ------------- | ------------ |
| glibc | 2.23 | Arm64, x64 | Ubuntu 16.04 |
| glibc | 2.35 | Arm32 | Ubuntu 22.04 |
| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 |
@@ -115,17 +116,27 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat
The following operating system versions are no longer supported.
| OS | Version | Date |
| --------------------- | ------------- | -------------------- |
| ------ | ------- | ---------- |
| Alpine | 3.19 | [2025-11-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L) |
| Android | 12 | 2025-03-03 |
| Fedora | 40 | 2025-05-13 |
| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) |
| iOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-16-release-notes) |
| iOS | 17 | 2024-11-19 |
| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
| macOS | 13 | 2025-09-15 |
| openSUSE Leap | 15.5 | 2024-12-31 |
| tvOS | 18 | 2025-09-15 |
| tvOS | 17 | 2024-09-16 |
| tvOS | 16 | 2023-09-18 |
| tvOS | 15 | 2022-09-12 |
| tvOS | 14 | 2021-09-20 |
| tvOS | 13 | 2020-09-16 |
| tvOS | 12.2 | - |
| Ubuntu | 25.04 | 2026-01-17 |
| Ubuntu | 24.10 | 2025-07-10 |
| Windows | 11 22H2 (E) | [2025-10-14](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| Windows | 10 22H2 | [2025-10-14](https://learn.microsoft.com/windows/release-health/release-information) |
## About