-
-
Notifications
You must be signed in to change notification settings - Fork 767
Closed
Description
dotnet sdk check - Lists the latest available version of the .NET SDK and .NET Runtime, for each feature band. Introduced with .NET 6 SDK.
The dotnet sdk check command makes it easier to track when new versions of the SDK and Runtimes are available. Within each feature band it tells you:
- The latest available version of the .NET SDK and .NET Runtime.
- Whether your installed versions are up-to-date or out of support.
Docs: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-sdk-check
Reactions are currently unavailable