diff --git a/release-notes/10.0/supported-os.json b/release-notes/10.0/supported-os.json index 237465f0b7..18ffd605dc 100644 --- a/release-notes/10.0/supported-os.json +++ b/release-notes/10.0/supported-os.json @@ -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", diff --git a/release-notes/10.0/supported-os.md b/release-notes/10.0/supported-os.md index 9a75d9fd7f..aab53bc30f 100644 --- a/release-notes/10.0/supported-os.md +++ b/release-notes/10.0/supported-os.md @@ -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: @@ -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: @@ -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: @@ -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). @@ -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 diff --git a/release-notes/8.0/supported-os.json b/release-notes/8.0/supported-os.json index 3a9813132b..b7b7e3cb40 100644 --- a/release-notes/8.0/supported-os.json +++ b/release-notes/8.0/supported-os.json @@ -1,407 +1,249 @@ { - "channel-version": "8.0", - "last-updated": "2025-06-02", - "families": [ + "channel-version": "8.0", + "last-updated": "2025-10-28", + "families": [ + { + "name": "Android", + "distributions": [ { - "name": "Android", - "distributions": [ - { - "id": "android", - "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." - ] - } - ] + "id": "android", + "name": "Android", + "link": "https://www.android.com/", + "lifecycle": "https://support.google.com/android", + "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."] + } + ] + }, + { + "name": "Apple", + "distributions": [ + { + "id": "ios", + "name": "iOS", + "link": "https://developer.apple.com/ios/", + "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": ["26", "18", "17"], + "unsupported-versions": ["16", "15"] + }, + { + "id": "macos", + "name": "macOS", + "link": "https://developer.apple.com/macos/", + "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.", + "Mac Catalyst apps are supported on macOS Arm64 and x64." + ] + }, + { + "id": "tvos", + "name": "tvOS", + "link": "https://developer.apple.com/tvos/", + "architectures": ["Arm64"], + "supported-versions": ["26", "18"], + "unsupported-versions": ["17", "16", "15", "14", "13", "12.2"] + } + ] + }, + { + "name": "Linux", + "distributions": [ + { + "id": "alpine", + "name": "Alpine", + "link": "https://alpinelinux.org/", + "lifecycle": "https://alpinelinux.org/releases/", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["3.22", "3.21", "3.20"], + "unsupported-versions": ["3.19", "3.18", "3.17", "3.16"] + }, + { + "id": "azure-linux", + "name": "Azure Linux", + "link": "https://github.com/microsoft/azurelinux", + "architectures": ["Arm64", "x64"], + "supported-versions": ["3.0"] }, { - "name": "Apple", - "distributions": [ - { - "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." - ] - }, - { - "id": "ipados", - "name": "iPadOS", - "link": "https://developer.apple.com/ipados/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "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" - ], - "notes": [ - "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", - "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", - "Mac Catalyst apps are supported on macOS Arm64 and x64." - ] - }, - { - "id": "tvos", - "name": "tvOS", - "link": "https://developer.apple.com/tvos/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "18", - "17" - ], - "unsupported-versions": [ - "16", - "15", - "14", - "13", - "12.2" - ] - } - ] + "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"] }, { - "name": "Linux", - "distributions": [ - { - "id": "alpine", - "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" - ] - }, - { - "id": "azurelinux", - "name": "Azure Linux", - "link": "https://github.com/microsoft/azurelinux", - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ], - "notes": [ - "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." - ] - }, - { - "id": "sles", - "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" - ] - }, - { - "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" - ] - } - ] + "id": "debian", + "name": "Debian", + "link": "https://www.debian.org/", + "lifecycle": "https://wiki.debian.org/DebianReleases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["13", "12"], + "unsupported-versions": ["11"] }, { - "name": "Windows", - "distributions": [ - { - "id": "windows-nano-server", - "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" - ] - }, - { - "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" - ], - "supported-versions": [ - "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-w", - "11-21h2-e", - "10-21h2-e" - ], - "notes": [ - "The x64 emulator is supported on Windows 11 Arm64." - ] - }, - { - "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" - ], - "supported-versions": [ - "2025", - "23H2", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - }, - { - "id": "windows-server-core", - "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" - ], - "supported-versions": [ - "2025", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - } - ] + "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"] + }, + { + "id": "opensuse", + "name": "openSUSE Leap", + "link": "https://www.opensuse.org/", + "lifecycle": "https://en.opensuse.org/Lifetime", + "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"], + "notes": [ + "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." + ] + }, + { + "id": "sles", + "name": "SUSE Enterprise Linux", + "link": "https://www.suse.com/", + "lifecycle": "https://www.suse.com/lifecycle/", + "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.10", "24.04", "22.04"], + "unsupported-versions": ["25.04", "24.10", "20.04", "23.10", "23.04"] } - ], - "libc": [ + ] + }, + { + "name": "Windows", + "distributions": [ + { + "id": "windows-nano-server", + "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"] + }, + { + "id": "windows", + "name": "Windows", + "link": "https://www.microsoft.com/windows/", + "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", + "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", + "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 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64." + ] + }, { - "name": "glibc", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "2.23", - "source": "Ubuntu 16.04" + "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"], + "supported-versions": [ + "2025", + "23H2", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] }, { - "name": "musl", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "1.2.2", - "source": "Alpine 3.13" + "id": "windows-server-core", + "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"], + "supported-versions": [ + "2025", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] } - ], - "notes": [ - "The [QEMU](https://www.qemu.org/) 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 incompatible glibc](https://github.com/dotnet/core/discussions/9285) or a Y2038 compatible glibc with [_TIME_BITS](https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html) set to 32-bit, for example Debian 12, Ubuntu 22.04, and lower versions." - ] + ] + } + ], + "libc": [ + { + "name": "glibc", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "2.23", + "source": "Ubuntu 16.04" + }, + { + "name": "musl", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "1.2.2", + "source": "Alpine 3.13" + } + ], + "notes": [ + "The [QEMU](https://www.qemu.org/) 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 incompatible glibc](https://github.com/dotnet/core/discussions/9285) or a Y2038 compatible glibc with [_TIME_BITS](https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html) set to 32-bit, for example Debian 12, Ubuntu 22.04, and lower versions." + ] } diff --git a/release-notes/8.0/supported-os.md b/release-notes/8.0/supported-os.md index b31147ec9c..60d795dd0c 100644 --- a/release-notes/8.0/supported-os.md +++ b/release-notes/8.0/supported-os.md @@ -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] | +| OS | Versions | Architectures | Lifecycle | +| ------------ | -------------- | ----------------- | -------------- | +| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] | Notes: @@ -19,12 +19,12 @@ 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 | +| OS | Versions | Architectures | Lifecycle | +| ---------- | -------- | ------------- | --------- | +| [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: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | 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] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 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] | +| OS | Versions | Architectures | Lifecycle | +| ------------------- | -------- | ----------------- | --------------- | +| [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] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [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] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -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). @@ -99,10 +100,10 @@ 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 | +| Libc | Version | Architectures | Source | +| ---- | ------- | ----------------- | ------------ | +| glibc | 2.23 | Arm32, Arm64, x64 | Ubuntu 16.04 | +| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | ## Notes @@ -113,39 +114,48 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| --------------------- | ------------- | -------------------- | -| 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 | 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) | -| 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) | -| 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 | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| 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 (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) | +| 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://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 | +| 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) | ## About diff --git a/release-notes/9.0/supported-os.json b/release-notes/9.0/supported-os.json index 2bb4949f7e..b3c194db0a 100644 --- a/release-notes/9.0/supported-os.json +++ b/release-notes/9.0/supported-os.json @@ -1,381 +1,247 @@ { - "channel-version": "9.0", - "last-updated": "2025-06-02", - "families": [ + "channel-version": "9.0", + "last-updated": "2025-10-28", + "families": [ + { + "name": "Android", + "distributions": [ { - "name": "Android", - "distributions": [ - { - "id": "android", - "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." - ] - } - ] + "id": "android", + "name": "Android", + "link": "https://www.android.com/", + "lifecycle": "https://support.google.com/android", + "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."] + } + ] + }, + { + "name": "Apple", + "distributions": [ + { + "id": "ios", + "name": "iOS", + "link": "https://developer.apple.com/ios/", + "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": ["26", "18", "17"], + "unsupported-versions": ["16"] + }, + { + "id": "macos", + "name": "macOS", + "link": "https://developer.apple.com/macos/", + "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.", + "Mac Catalyst apps are supported on macOS Arm64 and x64." + ] + }, + { + "id": "tvos", + "name": "tvOS", + "link": "https://developer.apple.com/tvos/", + "architectures": ["Arm64"], + "supported-versions": ["26"], + "unsupported-versions": ["18", "17", "16", "15", "14", "13", "12.2"] + } + ] + }, + { + "name": "Linux", + "distributions": [ + { + "id": "alpine", + "name": "Alpine", + "link": "https://alpinelinux.org/", + "lifecycle": "https://alpinelinux.org/releases/", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["3.22", "3.21", "3.20"], + "unsupported-versions": ["3.19"] + }, + { + "id": "azure-linux", + "name": "Azure Linux", + "link": "https://github.com/microsoft/azurelinux", + "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"] }, { - "name": "Apple", - "distributions": [ - { - "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." - ] - }, - { - "id": "ipados", - "name": "iPadOS", - "link": "https://developer.apple.com/ipados/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "18", - "17" - ], - "unsupported-versions": [ - "16" - ] - }, - { - "id": "macos", - "name": "macOS", - "link": "https://developer.apple.com/macos/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "15", - "14", - "13" - ], - "notes": [ - "The iOS and tvOS simulators are supported on macOS Arm64 and x64.", - "The x64 emulator (Rosetta 2) is supported on macOS Arm64.", - "Mac Catalyst apps are supported on macOS Arm64 and x64." - ] - }, - { - "id": "tvos", - "name": "tvOS", - "link": "https://developer.apple.com/tvos/", - "architectures": [ - "Arm64" - ], - "supported-versions": [ - "18", - "17" - ], - "unsupported-versions": [ - "16", - "15", - "14", - "13", - "12.2" - ] - } - ] + "id": "debian", + "name": "Debian", + "link": "https://www.debian.org/", + "lifecycle": "https://wiki.debian.org/DebianReleases", + "architectures": ["Arm32", "Arm64", "x64"], + "supported-versions": ["13", "12"] }, { - "name": "Linux", - "distributions": [ - { - "id": "alpine", - "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" - ] - }, - { - "id": "azurelinux", - "name": "Azure Linux", - "link": "https://github.com/microsoft/azurelinux", - "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" - ] - }, - { - "id": "debian", - "name": "Debian", - "link": "https://www.debian.org/", - "lifecycle": "https://wiki.debian.org/DebianReleases", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "supported-versions": [ - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ], - "notes": [ - "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." - ] - }, - { - "id": "sles", - "name": "SUSE Enterprise Linux", - "link": "https://www.suse.com/", - "lifecycle": "https://www.suse.com/lifecycle/", - "architectures": [ - "Arm64", - "x64" - ], - "supported-versions": [ - "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" - ] - } - ] + "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"] }, { - "name": "Windows", - "distributions": [ - { - "id": "windows-nano-server", - "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" - ] - }, - { - "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" - ], - "supported-versions": [ - "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." - ] - }, - { - "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" - ], - "supported-versions": [ - "2025", - "23H2", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - }, - { - "id": "windows-server-core", - "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" - ], - "supported-versions": [ - "2025", - "2022", - "2019", - "2016", - "2012-R2", - "2012" - ], - "notes": [ - "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." - ] - } - ] + "id": "opensuse", + "name": "openSUSE Leap", + "link": "https://www.opensuse.org/", + "lifecycle": "https://en.opensuse.org/Lifetime", + "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"], + "notes": [ + "RHEL-compatible derivatives are supported per [.NET Support](../../support.md)." + ] + }, + { + "id": "sles", + "name": "SUSE Enterprise Linux", + "link": "https://www.suse.com/", + "lifecycle": "https://www.suse.com/lifecycle/", + "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.10", "24.04", "22.04"], + "unsupported-versions": ["25.04", "24.10"] } - ], - "libc": [ + ] + }, + { + "name": "Windows", + "distributions": [ + { + "id": "windows-nano-server", + "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"] + }, { - "name": "glibc", - "architectures": [ - "Arm64", - "x64" - ], - "version": "2.23", - "source": "Ubuntu 16.04" + "id": "windows", + "name": "Windows", + "link": "https://www.microsoft.com/windows/", + "lifecycle": "https://support.microsoft.com/help/13853/windows-lifecycle-fact-sheet", + "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", + "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 and x86 emulators are supported on Windows 11 Arm64.", + "The x86 emulator is supported on x64." + ] }, { - "name": "glibc", - "architectures": [ - "Arm32" - ], - "version": "2.35", - "source": "Ubuntu 22.04" + "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"], + "supported-versions": [ + "2025", + "23H2", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] }, { - "name": "musl", - "architectures": [ - "Arm32", - "Arm64", - "x64" - ], - "version": "1.2.2", - "source": "Alpine 3.13" + "id": "windows-server-core", + "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"], + "supported-versions": [ + "2025", + "2022", + "2019", + "2016", + "2012-R2", + "2012" + ], + "notes": [ + "Windows Server 2012 and 2012 R2 are supported with [Extended Security Updates](https://learn.microsoft.com/windows-server/get-started/extended-security-updates-overview)." + ] } - ], - "notes": [ - "The [QEMU](https://www.qemu.org/) 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](https://github.com/dotnet/core/discussions/9285), for example Debian 12, Ubuntu 22.04, and higher versions." - ] + ] + } + ], + "libc": [ + { + "name": "glibc", + "architectures": ["Arm64", "x64"], + "version": "2.23", + "source": "Ubuntu 16.04" + }, + { + "name": "glibc", + "architectures": ["Arm32"], + "version": "2.35", + "source": "Ubuntu 22.04" + }, + { + "name": "musl", + "architectures": ["Arm32", "Arm64", "x64"], + "version": "1.2.2", + "source": "Alpine 3.13" + } + ], + "notes": [ + "The [QEMU](https://www.qemu.org/) 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](https://github.com/dotnet/core/discussions/9285), for example Debian 12, Ubuntu 22.04, and higher versions." + ] } diff --git a/release-notes/9.0/supported-os.md b/release-notes/9.0/supported-os.md index 40ab71757a..6d6282b4ae 100644 --- a/release-notes/9.0/supported-os.md +++ b/release-notes/9.0/supported-os.md @@ -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] | +| OS | Versions | Architectures | Lifecycle | +| ------------ | -------------- | ----------------- | -------------- | +| [Android][0] | 16, 15, 14, 13 | Arm32, Arm64, x64 | [Lifecycle][1] | Notes: @@ -19,12 +19,12 @@ 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 | +| OS | Versions | Architectures | Lifecycle | +| ---------- | -------- | ------------- | --------- | +| [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: @@ -40,17 +40,17 @@ Notes: ## Linux -| OS | Versions | Architectures | Lifecycle | -| ----------------------------- | --------------------------- | --------------------- | -------------------- | -| [Alpine][6] | 3.22, 3.21, 3.20, 3.19 | 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] | -| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | -| [openSUSE Leap][15] | 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] | +| OS | Versions | Architectures | Lifecycle | +| ------------------- | -------- | ----------------- | --------------- | +| [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] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] | +| [Fedora][13] | 42, 41 | Arm32, Arm64, x64 | [Lifecycle][14] | +| [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] | 16.0, 15.7, 15.6 | Arm64, x64 | [Lifecycle][20] | +| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] | Notes: @@ -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, 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). @@ -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.23 | Arm64, x64 | Ubuntu 16.04 | -| glibc | 2.35 | Arm32 | Ubuntu 22.04 | -| musl | 1.2.2 | Arm32, Arm64, x64 | Alpine 3.13 | +| 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 | ## Notes @@ -114,18 +115,28 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat The following operating system versions are no longer supported. -| OS | Version | Date | -| --------------------- | ------------- | -------------------- | -| Fedora | 40 | 2025-05-13 | -| iOS | 16 | [2025-03-31](https://support.apple.com/HT213407) | -| iPadOS | 16 | [2025-03-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) | -| openSUSE Leap | 15.5 | 2024-12-31 | -| tvOS | 16 | 2023-09-18 | -| tvOS | 15 | 2022-09-12 | -| tvOS | 14 | 2021-09-20 | -| tvOS | 13 | 2020-09-16 | -| tvOS | 12.2 | - | -| Ubuntu | 24.10 | 2025-07-10 | +| 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://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