1dotnet-workload-list(1) .NET Documentation dotnet-workload-list(1)
2
3
4
6 This article applies to: ✔️ .NET 6 SDK and later versions
7
9 dotnet-workload-list - Lists installed workloads.
10
12 dotnet workload list [-v|--verbosity <LEVEL>]
13
14 dotnet workload list [-?|-h|--help]
15
17 The dotnet workload list command lists all installed workloads.
18
19 For more information about the dotnet workload commands, see the dotnet
20 workload install command.
21
23 • -?|-h|--help
24
25 Prints out a description of how to use the command.
26
27 • -v|--verbosity <LEVEL>
28
29 Sets the verbosity level of the command. Allowed values are q[uiet],
30 m[inimal], n[ormal], d[etailed], and diag[nostic]. The default is
31 minimal. For more information, see <xref:Microsoft.Build.Frame‐
32 work.LoggerVerbosity>.
33
35 • List the installed workloads:
36
37 dotnet workload list
38
39
40
41 2022-10-10 dotnet-workload-list(1)