neo
neo copied to clipboard
NET 10 - Issues
We should wait to upgrade to .NET 10 until it's officially distributed in distributions like Ubuntu.
The backports archive provides source-built .NET packages in cases where a version of .NET is not available in the archive for an Ubuntu release.
Currently available Ubuntu releases and .NET backports:
Ubuntu 26.04 LTS (Resolute Raccoon)
├── .NET 8.0 (End of Life on November 10th, 2026) [amd64 arm64]
└── .NET 9.0 (End of Life on November 10th, 2026) [amd64 arm64 s390x ppc64el]
Ubuntu 24.04 LTS (Noble Numbat)
├── .NET 6.0 (End of Life on November 12th, 2024) [amd64 arm64]
├── .NET 7.0 (End of Life on May 14th, 2024) [amd64 arm64]
└── .NET 9.0 (End of Life on November 10th, 2026) [amd64 arm64 s390x ppc64el]
Ubuntu 22.04 LTS (Jammy Jellyfish)
├── .NET 9.0 (End of Life on November 10th, 2026) [amd64 arm64 s390x ppc64el]
└── .NET 10.0 (End of Life on November 14th, 2028) [amd64 arm64 s390x ppc64el]
The .NET version was upgraded too early.
The .NET version should be the previous LTS version.
https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md#full-tag-listing
Now it is stable on Linux, @shargon ,I was using mcr.microsoft.com/dotnet/sdk:10.0.100-rc.2-noble
Now we have 10.0.100-noble-amd64, 10.0-noble-amd64, 10.0.100-noble, 10.0-noble, 10.0.100, 10.0, latest
Can close this @shargon ?
Can close this @shargon ?
Seems not released yet