.NET 9+ Package Publishing #9556
richlander
announced in
General
Replies: 6 comments 12 replies
|
@richlander can you include Alpine and Red Hat Enterprise Linux in the overview? |
1 reply
|
I think you meant OpenSUSE 15, not 42.3. Correct? |
1 reply
1 reply
|
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. |
8 replies
|
This probably needs to be updated for .NET 10. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 and future releases, 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.
All reactions