.NET 9 Package Publishing #9556
Replies: 4 comments 7 replies
-
|
@richlander can you include Alpine and Red Hat Enterprise Linux in the overview? |
Beta Was this translation helpful? Give feedback.
-
|
I think you meant OpenSUSE 15, not 42.3. Correct? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
https://www.rpmfind.net/linux/rpm2html/search.php?query=dotnet-sdk-10&submit=Search+... Currently, .NET 10 is not available on RHEL-based distros. It is only available on Stream-based distros. As a result, applications crash without the SDK because certain methods are not implemented, even when targeting versions 8.0 or 9.0. It's a strange decision... I can't even imagine something like MariaDB being unavailable on certain distros, even if it is packaged by the OS vendor. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For .NET 9, we will be publishing packages at
packages.microsoft.comfor Azure Linux, Debian, OpenSUSE, and SLES. We previously published packages for other distros, like Ubuntu. We have stopped publishing packages for distros that publish their own .NET packages.The reasoning:
More context: #9258
Note: distro-archive packages are typically limited to the .1xx SDK band, while
packages.microsoft.compackages are not. Users that want to use the latest feature band builds (on distros withoutpackages.microsoft.compackages available) must install those builds manually.Packages
We will publish packages for the following distros for .NET 9.
We will not publish packages for the following distros for .NET 9.
See Supported OS versions to see the complete set of supported operating systems.
Beta Was this translation helpful? Give feedback.
All reactions