You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest SDK is installed but dotnet sdk check command on Linux (Ubuntu 24.04.2 LTS) reports Try 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.
.NET SDKs:
Version Status
------------------------
9.0.104 Up to date.
Try out the newest .NET SDK features with .NET 9.0.201.
.NET Runtimes:
Name Version Status
------------------------------------------------------
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.
To Reproduce
Run dotnet sdk check command on Linux (Ubuntu 24.04.2 LTS).
Exceptions (if any)
Further technical details
Include the output of dotnet --info
.NET SDK:
Version: 9.0.104
Commit: 7931ad4860
Workload version: 9.0.100-manifests.dc2cb94f
MSBuild version: 17.12.27+7931ad486
Runtime Environment:
OS Name: ubuntu
OS Version: 24.04
OS Platform: Linux
RID: ubuntu.24.04-x64
Base Path: /usr/lib/dotnet/sdk/9.0.104/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.3
Architecture: x64
Commit: 7931ad4860
.NET SDKs installed:
9.0.104 [/usr/lib/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.3 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.3 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
The text was updated successfully, but these errors were encountered:
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: