dotnet workload uninstall
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet workload uninstall
- Uninstalls a specified workload.
Synopsis
dotnet workload uninstall <WORKLOAD_ID...>
dotnet workload uninstall -?|-h|--help
Description
The dotnet workload uninstall
command uninstalls one or more workloads.
For more information about the dotnet workload
commands, see the dotnet workload install command.
Arguments
WORKLOAD_ID...
The workload ID or multiple IDs to uninstall.
Options
-?|-h|--help
Prints out a description of how to use the command.
Examples
Uninstall the
maui
workload:dotnet workload uninstall maui
Uninstall the
maui-android
andmaui-ios
workloads:dotnet workload uninstall maui-android maui-ios
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.