You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Fedora 44 and drop OS versions EOL by 2026-05-01 (dotnet#10404)
* Add Fedora 44 and drop OS versions EOL by 2026-05-01
Fedora 44:
- Add to supported-versions in 8.0/9.0/10.0/11.0 supported-os.json
- Add Fedora 44 entry to 11.0 distros/fedora.json (10.0 already had it;
8.0/9.0 os-packages.json already had it)
Move to unsupported-versions (EOL on or before 2026-05-01):
- Alpine 3.20 (2026-04-01) in 8.0/9.0/10.0
- openSUSE Leap 15.6 (2026-04-30) in 8.0/9.0/10.0
- iOS 18 (2026-04-22) in 8.0/9.0/10.0/11.0
- iPadOS 17 (2025-09-15) in 8.0/9.0/10.0/11.0
Regenerated supported-os.md for all four versions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Keep iOS 18 supported
iOS 18 went EOL on 2026-04-22 but is still widely deployed; matching
how iPadOS 18 is treated in this same change.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|[SUSE Linux Enterprise][19]| 16.0, 15.7 | Arm64, x64 |[Lifecycle][20]|
@@ -108,3 +108,11 @@ Notes:
108
108
109
109
- 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.
110
110
- 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.
111
+
112
+
## Out of support OS versions
113
+
114
+
OS versions that are out of support by the OS publisher are not tested or supported by .NET.
Copy file name to clipboardExpand all lines: release-notes/8.0/supported-os.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# .NET 8.0 - Supported OS versions
2
2
3
-
Last Updated: 2026/04/06; Support phase: Active
3
+
Last Updated: 2026/04/07; Support phase: Active
4
4
5
5
[.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.
0 commit comments