dotnet sdk check command - .NET CLI | Microsoft Learn
learn.microsoft.com › core › toolsOct 11, 2022 · Description. 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. Here's an example of output from the command: Output. .NET SDKs: Version Status ----------------------------------------------------------- 2.1.816 Up to date. 2.2.401 .NET 2.2 is out of support. 3.1.410 ...
.NET SDK overview | Microsoft Learn
learn.microsoft.com › en-us › dotnetJul 15, 2022 · The .NET SDK is a set of libraries and tools that allow developers to create .NET applications and libraries. It contains the following components that are used to build and run applications: The .NET CLI. The .NET runtime and libraries. The dotnet driver. How to install the .NET SDK