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
dotnet workload update- Updates installed workloads. Introduced with .NET 6 SDK.The
dotnet workload updatecommand 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