Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 958 Bytes

File metadata and controls

42 lines (26 loc) · 958 Bytes
title dotnet workload history command
description The `dotnet workload history` command shows a history of workload installation actions.
ms.date 09/29/2025

dotnet workload history

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

Name

dotnet workload history - Shows a history of workload installation actions.

Synopsis

dotnet workload history [options]

dotnet workload history -?|-h|--help

Description

The dotnet workload history shows a history of workload installation actions.

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

Options

  • --all

    Removes and uninstalls all workload components from all SDK versions. Defaults to false.

  • [!INCLUDE help]

Examples

  • Remove all workflow components:

    dotnet workload history --all