mirror of
https://github.com/dotnet/core
synced 2025-04-29 20:45:21 +08:00
Update support files (#9757)
* Update support files * Update nano server * Update templates * Update link format * Update link format * Update link format * Attempt to skip link checking
This commit is contained in:
parent
90fb453f37
commit
581fce9c95
@ -2,6 +2,9 @@
|
|||||||
"ignorePatterns": [
|
"ignorePatterns": [
|
||||||
{
|
{
|
||||||
"pattern": "^http://localhost"
|
"pattern": "^http://localhost"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^release-notes/templates/" // ignore links in docs directory
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aliveStatusCodes": [429, 200]
|
"aliveStatusCodes": [429, 200]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"channel-version": "10.0",
|
"channel-version": "10.0",
|
||||||
"last-updated": "2025-02-03",
|
"last-updated": "2025-02-22",
|
||||||
"families": [
|
"families": [
|
||||||
{
|
{
|
||||||
"name": "Android",
|
"name": "Android",
|
||||||
@ -39,8 +39,7 @@
|
|||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"18",
|
"18"
|
||||||
"17"
|
|
||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
"iOS 12.2 is used as the minimum SDK target."
|
"iOS 12.2 is used as the minimum SDK target."
|
||||||
@ -54,8 +53,7 @@
|
|||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"18",
|
"18"
|
||||||
"17"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -68,8 +66,7 @@
|
|||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"15",
|
"15",
|
||||||
"14",
|
"14"
|
||||||
"13"
|
|
||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
"The iOS and tvOS simulators are supported on macOS Arm64 and x64.",
|
"The iOS and tvOS simulators are supported on macOS Arm64 and x64.",
|
||||||
@ -85,13 +82,7 @@
|
|||||||
"Arm64"
|
"Arm64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"18",
|
"18"
|
||||||
"17",
|
|
||||||
"16",
|
|
||||||
"15",
|
|
||||||
"14",
|
|
||||||
"13",
|
|
||||||
"12.2"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -137,6 +128,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"10",
|
||||||
"9"
|
"9"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -194,8 +186,8 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"9",
|
"10",
|
||||||
"8"
|
"9"
|
||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
"RHEL-compatible derivatives are supported per [.NET Support](../../support.md)."
|
"RHEL-compatible derivatives are supported per [.NET Support](../../support.md)."
|
||||||
@ -244,6 +236,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019"
|
"2019"
|
||||||
]
|
]
|
||||||
@ -286,6 +279,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"23H2",
|
"23H2",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
@ -307,6 +301,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
"2016",
|
"2016",
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
# .NET 10 - Supported OS versions
|
# .NET 10.0 - Supported OS versions
|
||||||
|
|
||||||
Last Updated: 2025-02-03
|
Last Updated: 2025/02/22; Support phase: Preview
|
||||||
Support phase: Preview
|
|
||||||
|
|
||||||
[.NET 10](README.md) is an [LTS](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.
|
[.NET 10.0](README.md) is an [Unknown](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.
|
||||||
|
|
||||||
This file is generated from [supported-os.json](supported-os.json) and is based on support information from [endoflife.date](https://endoflife.date/).
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
@ -24,10 +21,10 @@ Notes:
|
|||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [iOS][2] | 18, 17 | Arm64 | None |
|
| [iOS][2] | 18 | Arm64 | None |
|
||||||
| [iPadOS][3] | 18, 17 | Arm64 | None |
|
| [iPadOS][3] | 18 | Arm64 | None |
|
||||||
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
|
| [macOS][4] | 15, 14 | Arm64, x64 | None |
|
||||||
| [tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64 | None |
|
| [tvOS][5] | 18 | Arm64 | None |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -47,11 +44,11 @@ Notes:
|
|||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Alpine][6] | 3.21 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
| [Alpine][6] | 3.21 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
||||||
| [CentOS Stream][9] | 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
||||||
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
| [Debian][11] | 13, 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
||||||
| [Fedora][13] | 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
| [Fedora][13] | 41 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
||||||
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
||||||
| [Red Hat Enterprise Linux][17] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
| [Red Hat Enterprise Linux][17] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
||||||
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
|
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
|
||||||
| [Ubuntu][21] | 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
| [Ubuntu][21] | 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
||||||
|
|
||||||
@ -81,10 +78,10 @@ Notes:
|
|||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Nano Server][23] | 2022, 2019 | x64 | [Lifecycle][24] |
|
| [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][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] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
||||||
| [Windows Server Core][23] | 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] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -118,3 +115,7 @@ Microsoft-provided [portable Linux builds](../../linux.md) define minimum compat
|
|||||||
The following operating system versions are no longer supported.
|
The following operating system versions are no longer supported.
|
||||||
|
|
||||||
None currently.
|
None currently.
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [supported-os.json](supported-os.json) and is based (with thanks) on support information from [endoflife.date](https://endoflife.date/).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"channel-version": "8.0",
|
"channel-version": "8.0",
|
||||||
"last-updated": "2025-02-03",
|
"last-updated": "2025-02-22",
|
||||||
"families": [
|
"families": [
|
||||||
{
|
{
|
||||||
"name": "Android",
|
"name": "Android",
|
||||||
@ -100,7 +100,9 @@
|
|||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"18",
|
"18",
|
||||||
"17",
|
"17"
|
||||||
|
],
|
||||||
|
"unsupported-versions": [
|
||||||
"16",
|
"16",
|
||||||
"15",
|
"15",
|
||||||
"14",
|
"14",
|
||||||
@ -158,6 +160,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"10",
|
||||||
"9"
|
"9"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -227,6 +230,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"10",
|
||||||
"9",
|
"9",
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
@ -244,10 +248,10 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"15.6",
|
"15.6"
|
||||||
"15.5"
|
|
||||||
],
|
],
|
||||||
"unsupported-versions": [
|
"unsupported-versions": [
|
||||||
|
"15.5",
|
||||||
"15.4",
|
"15.4",
|
||||||
"12.5"
|
"12.5"
|
||||||
]
|
]
|
||||||
@ -287,6 +291,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019"
|
"2019"
|
||||||
]
|
]
|
||||||
@ -334,6 +339,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"23H2",
|
"23H2",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
@ -355,6 +361,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
"2016",
|
"2016",
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
# .NET 8.0 - Supported OS versions
|
# .NET 8.0 - Supported OS versions
|
||||||
|
|
||||||
Last Updated: 2025/02/03
|
Last Updated: 2025/02/22; Support phase: Active
|
||||||
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.
|
[.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.
|
||||||
|
|
||||||
This file is generated from [supported-os.json](supported-os.json) and is based on support information from [endoflife.date](https://endoflife.date/).
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
@ -27,7 +24,7 @@ Notes:
|
|||||||
| [iOS][2] | 18, 17 | Arm64 | None |
|
| [iOS][2] | 18, 17 | Arm64 | None |
|
||||||
| [iPadOS][3] | 18, 17 | Arm64 | None |
|
| [iPadOS][3] | 18, 17 | Arm64 | None |
|
||||||
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
|
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
|
||||||
| [tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64 | None |
|
| [tvOS][5] | 18, 17 | Arm64 | None |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -47,12 +44,12 @@ Notes:
|
|||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Alpine][6] | 3.21, 3.20, 3.19, 3.18 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
| [Alpine][6] | 3.21, 3.20, 3.19, 3.18 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
||||||
| [CentOS Stream][9] | 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
||||||
| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
||||||
| [Fedora][13] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
| [Fedora][13] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
||||||
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
||||||
| [Red Hat Enterprise Linux][17] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
||||||
| [SUSE Enterprise Linux][19] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][20] |
|
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
|
||||||
| [Ubuntu][21] | 24.10, 24.04, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
| [Ubuntu][21] | 24.10, 24.04, 22.04, 20.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
@ -81,10 +78,10 @@ Notes:
|
|||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Nano Server][23] | 2022, 2019 | x64 | [Lifecycle][24] |
|
| [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][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] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
||||||
| [Windows Server Core][23] | 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] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -127,15 +124,25 @@ The following operating system versions are no longer supported.
|
|||||||
| Fedora | 37 | 2023-12-05 |
|
| Fedora | 37 | 2023-12-05 |
|
||||||
| iOS | 15 | [2024-09-16](https://support.apple.com/HT212788) |
|
| iOS | 15 | [2024-09-16](https://support.apple.com/HT212788) |
|
||||||
| iOS | 16 | [2024-08-07](https://support.apple.com/HT213407) |
|
| iOS | 16 | [2024-08-07](https://support.apple.com/HT213407) |
|
||||||
| iPadOS | 16 | [9999-12-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
|
| iPadOS | 16 | [2024-09-16](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
|
||||||
| iPadOS | 15 | [2024-09-16](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-15-release-notes) |
|
| iPadOS | 15 | [2024-09-16](https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-15-release-notes) |
|
||||||
| macOS | 12 | [2024-09-16](https://support.apple.com/HT212585) |
|
| macOS | 12 | [2024-09-16](https://support.apple.com/HT212585) |
|
||||||
| openSUSE Leap | 15.5 | 2024-12-31 |
|
| openSUSE Leap | 15.5 | 2024-12-31 |
|
||||||
| openSUSE Leap | 15.4 | 2023-12-07 |
|
| 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 | 12.5 | 2024-10-31 |
|
||||||
| SUSE Enterprise Linux | 15.4 | 2023-12-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 | 23.10 | 2024-07-11 |
|
| Ubuntu | 23.10 | 2024-07-11 |
|
||||||
| Ubuntu | 23.04 | 2024-01-20 |
|
| 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 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 | 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) |
|
| Windows | 10 21H2 (E) | [2024-06-11](https://learn.microsoft.com/lifecycle/products/windows-10-enterprise-and-education) |
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [supported-os.json](supported-os.json) and is based (with thanks) on support information from [endoflife.date](https://endoflife.date/).
|
||||||
|
@ -1,24 +1,19 @@
|
|||||||
# .NET 9 Required Packages
|
# .NET 9.0 Required Packages
|
||||||
|
|
||||||
Various packages must be installed to run .NET apps and the .NET SDK. This is handled automatically if .NET is [installed through archive packages](../../linux.md).
|
Various packages must be installed to run .NET apps and the .NET SDK on some operating systems. This is handled automatically if .NET is [installed through archive packages](../../linux.md).
|
||||||
|
|
||||||
This file is generated from [os-packages.json](os-packages.json).
|
|
||||||
|
|
||||||
## Package Overview
|
## Package Overview
|
||||||
|
|
||||||
The following table lists required packages, including the scenarios by which they are needed.
|
| Id | Name | Required scenarios | Notes |
|
||||||
|
| ------------- | --------- | ------------- | ---------------------------- |
|
||||||
Id | Name | Required scenarios | Notes
|
| [libc][0] | C Library | All | <https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#linux-compatibility> ; <https://www.gnu.org/software/libc/libc.html> ; <https://musl.libc.org/> |
|
||||||
--------------- | --------- | ------------- | ------------------------------
|
| [libgcc][1] | GCC low-level runtime library | All | <https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html> |
|
||||||
[libc][0] | C Library | All | <https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#linux-compatibility>;<https://www.gnu.org/software/libc/libc.html>;<https://musl.libc.org/>
|
| [ca-certificates][2] | CA Certificates | Https | <https://www.redhat.com/sysadmin/ca-certificates-cli> |
|
||||||
[libgcc][1] | GCC low-level runtime library | All | <https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html>
|
| [openssl][3] | OpenSSL | Https ; Cryptography | Minimum required version 1.1.1 ; <https://www.openssl.org/> |
|
||||||
[ca-certificates][2] | CA Certificates | Https | <https://www.redhat.com/sysadmin/ca-certificates-cli>
|
| [libstdc++][4] | C++ Library | Runtime | <https://gcc.gnu.org/onlinedocs/libstdc++/> |
|
||||||
[openssl][3] | OpenSSL | Https;Cryptography | Minimum required version 1.1.1;<https://www.openssl.org/>
|
| [libicu][5] | ICU | Globalization | <https://icu.unicode.org> ; <https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md> |
|
||||||
[libstdc++][4] | C++ Library | Runtime | <https://gcc.gnu.org/onlinedocs/libstdc++/>
|
| [tzdata][6] | tz database | Globalization | <https://data.iana.org/time-zones/tz-link.html> |
|
||||||
[libicu][5] | ICU | Globalization | <https://icu.unicode.org>;<https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md>
|
| [krb5][7] | Kerberos | Kerberos | <https://web.mit.edu/kerberos> |
|
||||||
[tzdata][6] | tz database | Globalization | <https://data.iana.org/time-zones/tz-link.html>
|
|
||||||
[krb5][7] | Kerberos | Kerberos | <https://web.mit.edu/kerberos>
|
|
||||||
|
|
||||||
[0]: https://pkgs.org/search/?q=libc
|
[0]: https://pkgs.org/search/?q=libc
|
||||||
[1]: https://pkgs.org/search/?q=libgcc
|
[1]: https://pkgs.org/search/?q=libgcc
|
||||||
[2]: https://pkgs.org/search/?q=ca-certificates
|
[2]: https://pkgs.org/search/?q=ca-certificates
|
||||||
@ -177,3 +172,7 @@ sudo apt-get install -y \
|
|||||||
libstdc++6 \
|
libstdc++6 \
|
||||||
tzdata
|
tzdata
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [os-packages.json](os-packages.json).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"channel-version": "9.0",
|
"channel-version": "9.0",
|
||||||
"last-updated": "2025-02-03",
|
"last-updated": "2025-02-22",
|
||||||
"families": [
|
"families": [
|
||||||
{
|
{
|
||||||
"name": "Android",
|
"name": "Android",
|
||||||
@ -92,7 +92,9 @@
|
|||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"18",
|
"18",
|
||||||
"17",
|
"17"
|
||||||
|
],
|
||||||
|
"unsupported-versions": [
|
||||||
"16",
|
"16",
|
||||||
"15",
|
"15",
|
||||||
"14",
|
"14",
|
||||||
@ -145,6 +147,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"10",
|
||||||
"9"
|
"9"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -205,6 +208,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"10",
|
||||||
"9",
|
"9",
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
@ -222,8 +226,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
"15.6",
|
"15.6"
|
||||||
"15.5"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -256,6 +259,7 @@
|
|||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019"
|
"2019"
|
||||||
]
|
]
|
||||||
@ -298,6 +302,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"23H2",
|
"23H2",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
@ -319,6 +324,7 @@
|
|||||||
"x86"
|
"x86"
|
||||||
],
|
],
|
||||||
"supported-versions": [
|
"supported-versions": [
|
||||||
|
"2025",
|
||||||
"2022",
|
"2022",
|
||||||
"2019",
|
"2019",
|
||||||
"2016",
|
"2016",
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
# .NET 9.0 - Supported OS versions
|
# .NET 9.0 - Supported OS versions
|
||||||
|
|
||||||
Last Updated: 2025/02/03
|
Last Updated: 2025/02/22; Support phase: Active
|
||||||
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.
|
[.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.
|
||||||
|
|
||||||
This file is generated from [supported-os.json](supported-os.json) and is based on support information from [endoflife.date](https://endoflife.date/).
|
|
||||||
|
|
||||||
## Android
|
## Android
|
||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
@ -27,7 +24,7 @@ Notes:
|
|||||||
| [iOS][2] | 18, 17 | Arm64 | None |
|
| [iOS][2] | 18, 17 | Arm64 | None |
|
||||||
| [iPadOS][3] | 18, 17 | Arm64 | None |
|
| [iPadOS][3] | 18, 17 | Arm64 | None |
|
||||||
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
|
| [macOS][4] | 15, 14, 13 | Arm64, x64 | None |
|
||||||
| [tvOS][5] | 18, 17, 16, 15, 14, 13, 12.2 | Arm64 | None |
|
| [tvOS][5] | 18, 17 | Arm64 | None |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -47,12 +44,12 @@ Notes:
|
|||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Alpine][6] | 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
| [Alpine][6] | 3.21, 3.20, 3.19 | Arm32, Arm64, x64 | [Lifecycle][7] |
|
||||||
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
| [Azure Linux][8] | 3.0 | Arm64, x64 | None |
|
||||||
| [CentOS Stream][9] | 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
| [CentOS Stream][9] | 10, 9 | Arm64, ppc64le, s390x, x64 | [Lifecycle][10] |
|
||||||
| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
| [Debian][11] | 12 | Arm32, Arm64, x64 | [Lifecycle][12] |
|
||||||
| [Fedora][13] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
| [Fedora][13] | 41, 40 | Arm32, Arm64, x64 | [Lifecycle][14] |
|
||||||
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
| [openSUSE Leap][15] | 15.6 | Arm64, x64 | [Lifecycle][16] |
|
||||||
| [Red Hat Enterprise Linux][17] | 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
| [Red Hat Enterprise Linux][17] | 10, 9, 8 | Arm64, ppc64le, s390x, x64 | [Lifecycle][18] |
|
||||||
| [SUSE Enterprise Linux][19] | 15.6, 15.5 | Arm64, x64 | [Lifecycle][20] |
|
| [SUSE Enterprise Linux][19] | 15.6 | Arm64, x64 | [Lifecycle][20] |
|
||||||
| [Ubuntu][21] | 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
| [Ubuntu][21] | 24.10, 24.04, 22.04 | Arm32, Arm64, x64 | [Lifecycle][22] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
@ -81,10 +78,10 @@ Notes:
|
|||||||
|
|
||||||
| OS | Versions | Architectures | Lifecycle |
|
| OS | Versions | Architectures | Lifecycle |
|
||||||
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
| ----------------------------- | --------------------------- | --------------------- | -------------------- |
|
||||||
| [Nano Server][23] | 2022, 2019 | x64 | [Lifecycle][24] |
|
| [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][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] | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
| [Windows Server][27] | 2025, 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 | [Lifecycle][24] |
|
||||||
| [Windows Server Core][23] | 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] |
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
@ -120,5 +117,14 @@ The following operating system versions are no longer supported.
|
|||||||
| OS | Version | Date |
|
| OS | Version | Date |
|
||||||
| --------------------- | ------------- | -------------------- |
|
| --------------------- | ------------- | -------------------- |
|
||||||
| iOS | 16 | [2024-08-07](https://support.apple.com/HT213407) |
|
| iOS | 16 | [2024-08-07](https://support.apple.com/HT213407) |
|
||||||
| iPadOS | 16 | [9999-12-31](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
|
| iPadOS | 16 | [2024-09-16](https://developer.apple.com/documentation/ios-ipados-release-notes/ipados-16-release-notes) |
|
||||||
| openSUSE Leap | 15.5 | 2024-12-31 |
|
| 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 | - |
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [supported-os.json](supported-os.json) and is based (with thanks) on support information from [endoflife.date](https://endoflife.date/).
|
||||||
|
13
release-notes/templates/os-packages-template.md
Normal file
13
release-notes/templates/os-packages-template.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# .NET {{VERSION}} Required Packages
|
||||||
|
|
||||||
|
Various packages must be installed to run .NET apps and the .NET SDK on some operating systems. This is handled automatically if .NET is [installed through archive packages](../../linux.md).
|
||||||
|
|
||||||
|
## Package Overview
|
||||||
|
|
||||||
|
{{OVERVIEW}}
|
||||||
|
|
||||||
|
{{FAMILIES}}
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [os-packages.json](os-packages.json).
|
27
release-notes/templates/supported-os-template.md
Normal file
27
release-notes/templates/supported-os-template.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# .NET {{VERSION}} - Supported OS versions
|
||||||
|
|
||||||
|
Last Updated: {{LASTUPDATED}}; Support phase: {{SUPPORT-PHASE}}
|
||||||
|
|
||||||
|
[.NET {{VERSION}}](README.md) is an [{{RELEASE-TYPE}}](../../release-policies.md) release and [is supported](../../support.md) on multiple operating systems per their lifecycle policy.
|
||||||
|
|
||||||
|
{{FAMILIES}}
|
||||||
|
|
||||||
|
## Linux compatibility
|
||||||
|
|
||||||
|
Microsoft-provided [portable Linux builds](../../linux.md) define minimum compatibility primarily via libc version.
|
||||||
|
|
||||||
|
{{LIBC}}
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
{{NOTES}}
|
||||||
|
|
||||||
|
## Out of support
|
||||||
|
|
||||||
|
The following operating system versions are no longer supported.
|
||||||
|
|
||||||
|
{{UNSUPPORTED}}
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This file is generated from [supported-os.json](supported-os.json) and is based (with thanks) on support information from [endoflife.date](https://endoflife.date/).
|
Loading…
x
Reference in New Issue
Block a user