Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 839 Bytes

File metadata and controls

40 lines (25 loc) · 839 Bytes
title dotnet workload list command
description The 'dotnet workload list' command lists installed workloads.
ms.date 08/31/2021

dotnet workload list

This article applies to: ✔️ .NET 6 SDK and later versions

Name

dotnet workload list - Lists installed workloads.

Synopsis

dotnet workload list [-v|--verbosity <LEVEL>]

dotnet workload list [-?|-h|--help]

Description

The dotnet workload list command lists all installed workloads.

For more information about the dotnet workload commands, see the dotnet workload install command.

Options

Examples

  • List the installed workloads:

    dotnet workload list