Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This article applies to: ✔️ .NET 7 SDK and later versions
Name
dotnet workload - Provides information about the available workload commands and installed workloads.
Synopsis
dotnet workload [--info]
dotnet workload -?|-h|--help
Description
The dotnet workload command provides commands for working with .NET workloads. For example, dotnet workload install installs a particular workload. Each command defines its own options and arguments. All commands support the --help option for printing out brief documentation about how to use the command.
Options
--versionDisplays the current workload set version.
--infoPrints out detailed information about installed workloads, including their installation source, manifest version, manifest path, and install type.
-?|-h|--helpPrints out a list of available commands.