Skip to content

Commit 24c0c7f

Browse files
authored
.NET 9 no longer in preview (#43414)
1 parent 003b119 commit 24c0c7f

15 files changed

+37
-60
lines changed

docs/core/install/linux-debian.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ This article describes how to install .NET on Debian. When a Debian version fall
1919

2020
The following table is a list of currently supported .NET releases and the versions of Debian 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 [Debian reaches end-of-life](https://wiki.debian.org/DebianReleases).
2121

22-
| Debian | .NET |
23-
|---------|--------|
24-
| 12 | 9, 8, 6 |
25-
| 11 | 8, 6 |
26-
27-
> [!IMPORTANT]
28-
> .NET 9 is currently in preview.
22+
| Debian | .NET |
23+
|--------|---------|
24+
| 12 | 9, 8, 6 |
25+
| 11 | 8, 6 |
2926

3027
[!INCLUDE [versions-not-supported](includes/versions-not-supported.md)]
3128

docs/core/install/linux-fedora.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ For more information on installing .NET without a package manager, see one of th
2222

2323
The following table is a list of currently supported .NET releases and the versions of Fedora 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 [Fedora reaches end-of-life](https://fedoraproject.org/wiki/End_of_life).
2424

25-
| Fedora | .NET |
26-
|--------|------------|
27-
| 41 | 9.0, 8.0 |
28-
| 40 | 9.0, 8.0, 6.0 |
29-
| 39 | 8.0, 6.0 |
25+
| Fedora | .NET |
26+
|--------|---------------|
27+
| 41 | 9.0, 8.0 |
28+
| 40 | 9.0, 8.0, 6.0 |
29+
| 39 | 8.0, 6.0 |
3030

3131
> [!IMPORTANT]
3232
> Fedora 39 reaches end-of-life on November 12, 2024.
33-
>
34-
> .NET 9 is currently in preview.
3533
3634
[!INCLUDE [versions-not-supported](includes/versions-not-supported.md)]
3735

docs/core/install/linux-opensuse.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ ms.custom: linux-related-content
1919

2020
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.
2121

22-
> [!IMPORTANT]
23-
> .NET 9 is currently in preview.
24-
2522
[!INCLUDE [versions-not-supported](includes/versions-not-supported.md)]
2623

2724
## Install preview versions

docs/core/install/linux-package-mixup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ One symptom of these problems is that both the `/usr/lib64/dotnet` and `/usr/sha
4141
## What's going on
4242

4343
> [!IMPORTANT]
44-
> Starting with .NET 9 (currently in preview), Microsoft only publishes packages for supported Linux distributions that don't publish their own packages. For more information, see [Install .NET on Linux](linux.md#packages).
44+
> Starting with .NET 9, Microsoft only publishes packages for supported Linux distributions that don't publish their own packages. For more information, see [Install .NET on Linux](linux.md#packages).
4545
4646
These errors usually occur when two Linux package repositories provide .NET packages. While Microsoft provides a Linux package repository to source .NET packages, some Linux distributions also provide .NET packages. These distributions include:
4747

@@ -197,7 +197,7 @@ Configure your package manager to ignore the .NET packages from the distribution
197197
```
198198
Package: dotnet* aspnet* netstandard*
199199
Pin: origin "<your-package-source>"
200-
Pin-Priority: -10
200+
Pin-Priority: -10
201201
```
202202

203203
Make sure to replace `<your-package-source>` with your distribution's package source.

docs/core/install/linux-rhel.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,14 @@ To install .NET from Red Hat on RHEL, you first need to register using the Red H
2626

2727
The following table is a list of currently supported .NET releases on both RHEL and CentOS Stream. 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 Linux distribution is no longer supported.
2828

29-
| Distribution | .NET |
30-
|---------------------------------------------------------------|----------|
29+
| Distribution | .NET |
30+
|---------------------------------------------------------------|---------------|
3131
| [RHEL 9](#rhel-9) | 9.0, 8.0, 6.0 |
3232
| [RHEL 8](#rhel-8) | 9.0, 8.0, 6.0 |
33-
| [RHEL 7](#rhel-7--net-8) | 6.0 |
33+
| [RHEL 7](#rhel-7--net-8) | 6.0 |
3434
| [CentOS Stream 9](#centos-stream-9) | 9.0, 8.0, 6.0 |
35-
| [CentOS Stream 8](#centos-stream-8) | 8.0, 6.0 |
36-
| [CentOS Linux is no longer supported](#where-is-centos-linux) | |
37-
38-
> [!IMPORTANT]
39-
> .NET 9 is currently in preview and may not be available in the package repository.
35+
| [CentOS Stream 8](#centos-stream-8) | 8.0, 6.0 |
36+
| [CentOS Linux is no longer supported](#where-is-centos-linux) | |
4037

4138
[!INCLUDE [versions-not-supported](includes/versions-not-supported.md)]
4239

docs/core/install/linux-scripted-manual.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Install .NET on Linux without using a package manager
2+
title: Install .NET on Linux without using a package manager
33
description: Demonstrates how to install the .NET SDK and the .NET Runtime on Linux without a package manager. Use the install script or manually extract the binaries.
44
author: adegeo
55
ms.author: adegeo
@@ -31,9 +31,6 @@ The following table lists the support status of each version of .NET (and .NET C
3131
| | 1.1 |
3232
| | 1.0 |
3333

34-
> [!IMPORTANT]
35-
> .NET 9 is currently in preview.
36-
3734
## Dependencies
3835

3936
It's possible that when you install .NET, specific dependencies may not be installed, such as when [manually installing](#manual-install). The following list details Linux distributions that are supported by Microsoft and have dependencies you may need to install. Check the distribution page for more information:

docs/core/install/linux-sles.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ ms.custom: linux-related-content
1717

1818
The following table is a list of currently supported .NET releases on both SLES 12 SP2 and SLES 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 SLES is no longer supported.
1919

20-
| SLES | .NET |
21-
|--------|------|
22-
| 15.6 | 9.0, 8.0, 6.0 |
23-
| 15.5 | 9.0, 8.0, 6.0 |
24-
| 12 SP5 | 8.0, 6.0 |
25-
26-
> [!IMPORTANT]
27-
> .NET 9 is currently in preview.
20+
| SLES | .NET |
21+
|--------|---------------|
22+
| 15.6 | 9.0, 8.0, 6.0 |
23+
| 15.5 | 9.0, 8.0, 6.0 |
24+
| 12 SP5 | 8.0, 6.0 |
2825

2926
[!INCLUDE [versions-not-supported](includes/versions-not-supported.md)]
3027

docs/core/install/linux-ubuntu-install.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ The following versions of .NET are supported or available for Ubuntu 24.10:
3131
- 9.0
3232
- 8.0
3333

34-
> [!IMPORTANT]
35-
> .NET 9 is currently in preview.
36-
3734
When an [Ubuntu version](https://wiki.ubuntu.com/Releases) falls out of support, .NET is no longer supported with that version.
3835

3936
# [.NET 9](#tab/dotnet9)

docs/core/install/linux-ubuntu.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ The following table is a list of currently supported .NET releases and the versi
131131
| [22.04 (LTS)](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2204) | 9.0, 8.0, 6.0 | 8.0, 7.0, 6.0 | 9.0 | 8.0, 7.0, 6.0, 3.1 |
132132
| [20.04 (LTS)](linux-ubuntu-install.md?pivots=os-linux-ubuntu-2004) | 8.0, 6.0 | None | None | 8.0, 7.0. 6.0, 5.0, 3.1, 2.1 |
133133

134-
> [!IMPORTANT]
135-
> .NET 9 is currently in preview.
136-
137134
When an [Ubuntu version](https://wiki.ubuntu.com/Releases) reaches the end of its support period, .NET is no longer supported with that particular Ubuntu version.
138135

139136
Canonical supports .NET versions in the built-in Ubuntu feed for the lifetime of that Ubuntu version, even beyond the Microsoft-provided support lifetime and provides best-effort support for .NET versions in the .NET backports package repository, which does not extend beyond the Microsoft-provided support lifetime.
@@ -216,11 +213,11 @@ rm packages-microsoft-prod.deb
216213
sudo apt update
217214
```
218215

219-
> [!TIP]
216+
> [!TIP]
220217
> The previous script was written for Ubuntu and might not work if you're using a derived distribution, such as Linux Mint. It's likely that the `$ID` and `$VERSION_ID` variables won't be assigned the correct values, making the URI for the `wget` command invalid. The `$ID` corresponds to the distribution (e.g., `ubuntu`), while `$VERSION_ID` maps to the specific version of Ubuntu you want to get packages for, such as 22.04 or 23.10.
221218
>
222-
> For example, on Ubuntu 22.04 `$ID` would be `ubuntu` and `$VERSION_ID` would be `22.04`. The URL would look like:
223-
> `https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb`.
219+
> For example, on Ubuntu 22.04 `$ID` would be `ubuntu` and `$VERSION_ID` would be `22.04`. The URL would look like:
220+
> `https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb`.
224221
>
225222
> You can use a web browser and navigate to <https://packages.microsoft.com/config/ubuntu/> to see which versions of Ubuntu are available to use as the `$repo_version` value.
226223

docs/core/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes how .NET is available on various Linux distributions. .NE
1919

2020
## Packages
2121

22-
Starting with .NET 9 (currently in preview), Microsoft only publishes packages for supported Linux distributions that don't publish their own packages. Packages are published in the Microsoft package repository at <https://packages.microsoft.com/>. This includes the following Linux distributions:
22+
Starting with .NET 9, Microsoft only publishes packages for supported Linux distributions that don't publish their own packages. Packages are published in the Microsoft package repository at <https://packages.microsoft.com/>. This includes the following Linux distributions:
2323

2424
- Azure Linux 3.0
2525
- [Debian](linux-debian.md)

0 commit comments

Comments
 (0)