1dotnet-sdk-check(1) .NET Documentation dotnet-sdk-check(1)
2
3
4
6 This article applies to: ✔️ .NET 6 and later versions
7
9 dotnet-sdk-check - Lists the latest available version of the .NET SDK
10 and .NET Runtime, for each feature band.
11
13 dotnet sdk check
14
15 dotnet sdk check -h|--help
16
18 The dotnet sdk check command makes it easier to track when new versions
19 of the SDK and Runtimes are available. Within each feature band it
20 tells you:
21
22 • The latest available version of the .NET SDK and .NET Runtime.
23
24 • Whether your installed versions are up-to-date or out of support.
25
26 Here’s an example of output from the command:
27
28 .NET SDKs:
29 Version Status
30 -----------------------------------------------------------
31 2.1.816 Up to date.
32 2.2.401 .NET 2.2 is out of support.
33 3.1.410 Up to date.
34 5.0.204 Up to date.
35 5.0.301 Up to date.
36
37 .NET Runtimes:
38 Name Version Status
39 -------------------------------------------------------------------------------------------
40 Microsoft.AspNetCore.All 2.1.28 Up to date.
41 Microsoft.AspNetCore.App 2.1.28 Up to date.
42 Microsoft.NETCore.App 2.1.28 Up to date.
43 Microsoft.AspNetCore.All 2.2.6 .NET 2.2 is out of support.
44 Microsoft.AspNetCore.App 2.2.6 .NET 2.2 is out of support.
45 Microsoft.NETCore.App 2.2.6 .NET 2.2 is out of support.
46 Microsoft.AspNetCore.App 3.1.16 Up to date.
47 Microsoft.NETCore.App 3.1.16 Up to date.
48 Microsoft.WindowsDesktop.App 3.1.16 Up to date.
49 Microsoft.AspNetCore.App 5.0.7 Up to date.
50 Microsoft.NETCore.App 5.0.7 Up to date.
51 Microsoft.WindowsDesktop.App 5.0.7 Up to date.
52
54 • -?|-h|--help
55
56 Prints out a description of how to use the command.
57
59 • Show up-to-date status of installed .NET SDKs and .NET Runtimes.
60
61 dotnet sdk check
62
63
64
65 2022-10-10 dotnet-sdk-check(1)