You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: