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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions release-notes/10.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"name": "iPadOS",
"link": "https://developer.apple.com/ipados/",
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"]
"supported-versions": ["26", "18"],
"unsupported-versions": ["17"]
},
{
"id": "macos",
Expand Down Expand Up @@ -65,7 +66,8 @@
"link": "https://alpinelinux.org/",
"lifecycle": "https://alpinelinux.org/releases/",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["3.23", "3.22", "3.21", "3.20"]
"supported-versions": ["3.23", "3.22", "3.21"],
"unsupported-versions": ["3.20"]
},
{
"id": "azure-linux",
Expand Down Expand Up @@ -96,15 +98,16 @@
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["43", "42"]
"supported-versions": ["44", "43", "42"]
},
{
"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"]
"supported-versions": ["16.0"],
"unsupported-versions": ["15.6"]
},
{
"id": "rhel",
Expand Down
37 changes: 20 additions & 17 deletions release-notes/10.0/supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Notes:
| OS | Versions | Architectures | Lifecycle |
| ----------- | ---------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18, 17 | Arm64 | None |
| [iPadOS][3] | 26, 18 | Arm64 | None |
| [macOS][4] | 26, 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 26 | Arm64 | None |

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

## Linux

| OS | Versions | Architectures | Lifecycle |
| ------------------------------ | ---------------------- | -------------------------- | --------------- |
| [Alpine][6] | 3.23, 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] | 43, 42 | 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 Linux Enterprise][19] | 16.0, 15.7 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
| OS | Versions | Architectures | Lifecycle |
| ------------------------------ | ------------------- | -------------------------- | --------------- |
| [Alpine][6] | 3.23, 3.22, 3.21 | 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] | 44, 43, 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
| [SUSE Linux Enterprise][19] | 16.0, 15.7 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |

Notes:

Expand Down Expand Up @@ -113,8 +113,11 @@ Notes:

OS versions that are out of support by the OS publisher are not tested or supported by .NET.

| OS | Version | End of Life |
| ------- | ----------- | ----------------- |
| Android | 13 | 2026-03-02 |
| SUSE Linux Enterprise | 15.6 | 2025-12-31 |
| Windows | 11 23H2 (W) | [2025-11-11](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| OS | Version | End of Life |
| --------------------- | ------- | --------------------- |
| Alpine | 3.20 | [2026-04-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| Android | 13 | 2026-03-02 |
| SUSE Linux Enterprise | 15.6 | 2025-12-31 |
| Windows | 11 23H2 (W) | [2025-11-11](https://learn.microsoft.com/windows/release-health/windows11-release-information) |
| iPadOS | 17 | 2025-09-15 |
| openSUSE Leap | 15.6 | [2026-04-30](https://en.opensuse.org/openSUSE:Roadmap#Leap_15.6) |
38 changes: 38 additions & 0 deletions release-notes/11.0/distros/fedora.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@
"name": "Fedora",
"install_command": "dnf install -y {packages}",
"releases": [
{
"name": "Fedora 44",
"release": "44",
"dependencies": [
{
"id": "ca-certificates",
"name": "ca-certificates"
},
{
"id": "krb5",
"name": "krb5-libs"
},
{
"id": "libc",
"name": "glibc"
},
{
"id": "libgcc",
"name": "libgcc"
},
{
"id": "libicu",
"name": "libicu"
},
{
"id": "libstdc++",
"name": "libstdc++"
},
{
"id": "openssl",
"name": "openssl-libs"
},
{
"id": "tzdata",
"name": "tzdata"
}
]
},
{
"name": "Fedora 43",
"release": "43",
Expand Down
5 changes: 3 additions & 2 deletions release-notes/11.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"name": "iPadOS",
"link": "https://developer.apple.com/ipados/",
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"]
"supported-versions": ["26", "18"],
"unsupported-versions": ["17"]
},
{
"id": "macos",
Expand Down Expand Up @@ -95,7 +96,7 @@
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["43"]
"supported-versions": ["44", "43"]
},
{
"id": "opensuse",
Expand Down
12 changes: 10 additions & 2 deletions release-notes/11.0/supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Notes:
| OS | Versions | Architectures | Lifecycle |
| ----------- | ---------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18, 17 | Arm64 | None |
| [iPadOS][3] | 26, 18 | Arm64 | None |
| [macOS][4] | 26, 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 26 | Arm64 | None |

Expand All @@ -38,7 +38,7 @@ Notes:
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
| [Debian][11] | 13 | Arm32, Arm64, x64 | [Lifecycle][12] |
| [Fedora][13] | 43 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [Fedora][13] | 44, 43 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
| [SUSE Linux Enterprise][19] | 16.0, 15.7 | Arm64, x64 | [Lifecycle][20] |
Expand Down Expand Up @@ -108,3 +108,11 @@ 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.

## Out of support OS versions

OS versions that are out of support by the OS publisher are not tested or supported by .NET.

| OS | Version | End of Life |
| ------ | ------- | ----------- |
| iPadOS | 17 | 2025-09-15 |
14 changes: 7 additions & 7 deletions release-notes/8.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"name": "iPadOS",
"link": "https://developer.apple.com/ipados/",
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"],
"unsupported-versions": ["16", "15"]
"supported-versions": ["26", "18"],
"unsupported-versions": ["17", "16", "15"]
},
{
"id": "macos",
Expand Down Expand Up @@ -69,8 +69,8 @@
"link": "https://alpinelinux.org/",
"lifecycle": "https://alpinelinux.org/releases/",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["3.23", "3.22", "3.21", "3.20"],
"unsupported-versions": ["3.19", "3.18", "3.17", "3.16"]
"supported-versions": ["3.23", "3.22", "3.21"],
"unsupported-versions": ["3.20", "3.19", "3.18", "3.17", "3.16"]
},
{
"id": "azure-linux",
Expand Down Expand Up @@ -102,7 +102,7 @@
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["43", "42"],
"supported-versions": ["44", "43", "42"],
"unsupported-versions": ["41", "40", "39", "38", "37"]
},
{
Expand All @@ -111,8 +111,8 @@
"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"]
"supported-versions": ["16.0"],
"unsupported-versions": ["15.6", "15.5", "15.4"]
},
{
"id": "rhel",
Expand Down
31 changes: 17 additions & 14 deletions release-notes/8.0/supported-os.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .NET 8.0 - Supported OS versions

Last Updated: 2026/04/06; Support phase: Active
Last Updated: 2026/04/07; 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.

Expand All @@ -19,7 +19,7 @@ Notes:
| OS | Versions | Architectures | Lifecycle |
| ----------- | ---------- | ------------- | --------- |
| [iOS][2] | 26, 18 | Arm64 | None |
| [iPadOS][3] | 26, 18, 17 | Arm64 | None |
| [iPadOS][3] | 26, 18 | Arm64 | None |
| [macOS][4] | 26, 15, 14 | Arm64, x64 | None |
| [tvOS][5] | 26 | Arm64 | None |

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

## Linux

| OS | Versions | Architectures | Lifecycle |
| ------------------------------ | ---------------------- | -------------------------- | --------------- |
| [Alpine][6] | 3.23, 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] | 43, 42 | 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 Linux Enterprise][19] | 16.0, 15.7 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
| OS | Versions | Architectures | Lifecycle |
| ------------------------------ | ------------------- | -------------------------- | --------------- |
| [Alpine][6] | 3.23, 3.22, 3.21 | 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] | 44, 43, 42 | Arm32, Arm64, x64 | [Lifecycle][14] |
| [openSUSE Leap][15] | 16.0 | Arm64, x64 | [Lifecycle][16] |
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
| [SUSE Linux Enterprise][19] | 16.0, 15.7 | Arm64, x64 | [Lifecycle][20] |
| [Ubuntu][21] | 25.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |

Notes:

Expand Down Expand Up @@ -114,12 +114,13 @@ OS versions that are out of support by the OS publisher are not tested or suppor

| OS | Version | End of Life |
| --------------------- | ----------- | ------------- |
| Alpine | 3.20 | [2026-04-01](https://alpinelinux.org/posts/Alpine-3.17.10-3.18.9-3.19.4-3.20.3-released.html) |
| 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 | 13 | 2026-03-02 |
| Android | 12.1 | [2025-03-03](https://developer.android.com/about/versions/12/12L/summary) |
| 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) |
Expand All @@ -146,10 +147,12 @@ OS versions that are out of support by the OS publisher are not tested or suppor
| 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 | 17 | 2025-09-15 |
| 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.6 | [2026-04-30](https://en.opensuse.org/openSUSE:Roadmap#Leap_15.6) |
| openSUSE Leap | 15.5 | 2024-12-31 |
| openSUSE Leap | 15.4 | 2023-12-07 |
| tvOS | 18 | 2025-09-15 |
Expand Down
14 changes: 7 additions & 7 deletions release-notes/9.0/supported-os.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"name": "iPadOS",
"link": "https://developer.apple.com/ipados/",
"architectures": ["Arm64"],
"supported-versions": ["26", "18", "17"],
"unsupported-versions": ["16"]
"supported-versions": ["26", "18"],
"unsupported-versions": ["17", "16"]
},
{
"id": "macos",
Expand Down Expand Up @@ -69,8 +69,8 @@
"link": "https://alpinelinux.org/",
"lifecycle": "https://alpinelinux.org/releases/",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["3.23", "3.22", "3.21", "3.20"],
"unsupported-versions": ["3.19"]
"supported-versions": ["3.23", "3.22", "3.21"],
"unsupported-versions": ["3.20", "3.19"]
},
{
"id": "azure-linux",
Expand Down Expand Up @@ -101,7 +101,7 @@
"link": "https://fedoraproject.org/",
"lifecycle": "https://fedoraproject.org/wiki/End_of_life",
"architectures": ["Arm32", "Arm64", "x64"],
"supported-versions": ["43", "42"],
"supported-versions": ["44", "43", "42"],
"unsupported-versions": ["41", "40"]
},
{
Expand All @@ -110,8 +110,8 @@
"link": "https://www.opensuse.org/",
"lifecycle": "https://en.opensuse.org/Lifetime",
"architectures": ["Arm64", "x64"],
"supported-versions": ["16.0", "15.6"],
"unsupported-versions": ["15.5"]
"supported-versions": ["16.0"],
"unsupported-versions": ["15.6", "15.5"]
},
{
"id": "rhel",
Expand Down
Loading
Loading