-
-
Notifications
You must be signed in to change notification settings - Fork 767
Closed
Description
dotnet workload update - Updates installed workloads. Introduced with .NET 6 SDK.
The dotnet workload update command updates all installed workloads to the newest available versions. It queries Nuget.org for updated workload manifests. It then updates local manifests, downloads new versions of the installed workloads, and removes all old versions of each workload.
Docs: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-update
Reactions are currently unavailable