-
Notifications
You must be signed in to change notification settings - Fork 1.1k
dotnet sdk check on Linux #47639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@dotnet/source-build I think this is related to changes on the source-build version of the sdk |
Source built versions of the SDK by Linux distros, such as Ubuntu here, currently only have 1xx versions of the SDK available to them. So I agree that the message in the output here is confusing since Ubuntu doesn't provide a 2xx feature band of the SDK. Support for multiple SDK feature bands is planned for .NET 10: dotnet/source-build#3667. But even when support for that is available, it's ultimately the choice of the distro to determine what they will release. So IMO, it's the distro maintainers that would need to customize this output appropriately. cc @dotnet/distro-maintainers |
This is really disappointing that Microsoft is recommending we use the package manager (ubuntu) to install the dotnet SDK but it doesn't install the latest SDK, this is the same issue I am facing, I don't seem to be able to use the package manager to have multiple versions of the SDK i.e. dotnet sdk check
.NET SDKs:
Version Status
------------------------
8.0.114 Up to date.
9.0.104 Up to date.
Try out the newest .NET SDK features with .NET 9.0.202.
.NET Runtimes:
Name Version Status
------------------------------------------------------
Microsoft.AspNetCore.App 8.0.14 Up to date.
Microsoft.NETCore.App 8.0.14 Up to date.
Microsoft.AspNetCore.App 9.0.3 Up to date.
Microsoft.NETCore.App 9.0.3 Up to date.
The latest versions of .NET can be installed from https://aka.ms/dotnet-core-download. For more information about .NET lifecycles, see https://aka.ms/dotnet-core-support.
its also strange that its not saying |
Describe the bug
The latest SDK is installed but
dotnet sdk check
command on Linux (Ubuntu 24.04.2 LTS) reportsTry out the newest .NET SDK features with .NET 9.0.201.
which is not available for them. It seems SDK versioning on Linux is different than Windows.To Reproduce
Run
dotnet sdk check
command on Linux (Ubuntu 24.04.2 LTS).Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: