dotnet-workload-uninstall(1) | .NET Documentation | dotnet-workload-uninstall(1) |
This article applies to: ✔️ .NET 6 SDK and later versions
dotnet-workload-uninstall - Uninstalls a specified workload.
dotnet workload uninstall <WORKLOAD_ID...> dotnet workload uninstall -?|-h|--help
The dotnet workload uninstall command uninstalls one or more workloads.
For more information about the dotnet workload commands, see the dotnet workload install command.
The workload ID or multiple IDs to uninstall.
Prints out a description of how to use the command.
dotnet workload uninstall maui
dotnet workload uninstall maui-android maui-ios
2023-10-25 |