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
Copy file name to clipboardExpand all lines: docs/core/install/includes/linux-release-wait.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ ms.custom: linux-related-content
7
7
---
8
8
9
9
> [!IMPORTANT]
10
-
> .NET 9 was released on November 12, 2024. It may take time for the packages to appear in the package manager feeds, or for your specific Linux distribution to include it.
10
+
> .NET 9 was released on November 12, 2024. It may take time for the packages to appear in the package manager feeds or for your specific Linux distribution to include it.
The following table is a list of currently supported .NET releases and the versions of Alpine they're supported on. These versions remain supported until either the version of [.NET reaches end-of-support](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or the version of [Alpine reaches end-of-life](https://alpinelinux.org/releases/).
@@ -32,13 +26,25 @@ The following table is a list of currently supported .NET releases and the versi
32
26
| 3.20 | 9.0, 8.0 | 8.0, 6.0 |
33
27
| 3.19 | 9.0, 8.0 | 7.0, 6.0 |
34
28
| 3.18 | 8.0 | 7.0, 6.0 |
35
-
| 3.17 | 8.0 | 7.0, 6.0 |
36
-
37
-
> [!IMPORTANT]
38
-
> Alpine 3.17 reaches end-of-life on November 22, 2024.
The following table is a list of currently supported .NET releases and the architecture of Alpine they're supported on. These versions remain supported until either the version of [.NET reaches end-of-support](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or the architecture of [Alpine is supported#](https://alpinelinux.org/releases/). Note that only `x86_64`, `armv7`, `aarch64` is officially supported by Microsoft. Other architectures are supported by the distribution maintainers, and can be installed using the `apk` package manager.
@@ -75,17 +81,6 @@ When you install with a package manager, these libraries are installed for you.
75
81
- zlib
76
82
- libgdiplus (if the .NET app requires the *System.Drawing.Common* assembly)
77
83
78
-
### 3.15 - 3.17
79
-
80
-
- icu-libs
81
-
- krb5-libs
82
-
- libgcc
83
-
- libintl
84
-
- libssl3
85
-
- libstdc++
86
-
- zlib
87
-
- libgdiplus (if the .NET app requires the *System.Drawing.Common* assembly)
88
-
89
84
Use the `apk add` command to install the dependencies.
The following table is a list of currently supported .NET releases on openSUSE Leap 15. These versions remain supported until either the version of [.NET reaches end-of-support](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) or the version of openSUSE Leap is no longer supported.
Copy file name to clipboardExpand all lines: docs/core/install/linux-snap-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,15 @@ Snap packages for the .NET SDK are all published under the same identifier: `dot
50
50
```
51
51
52
52
- The `--classic` parameter is required.
53
-
- Use the `--channel` parameter to specify which version to install. If this parameter is omitted, `latest/stable` is used. For example, `--channel 9.0/stable` installs .NET SDK 9.0.
53
+
- Use the `--channel` parameter to specify which version to install. If this parameter is omitted, `latest/stable` is used. For example, `--channel 8.0/stable` installs .NET SDK 8.0.
54
54
55
55
The `dotnet` snap alias is automatically created and mapped to the snap package's `dotnet` command.
56
56
57
57
The following table lists the package channels you can install:
0 commit comments