Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This article applies to: ✔️ .NET 7 SDK and later versions
dotnet workload
- Provides information about the available workload commands and installed workloads.
dotnet workload [--info]
dotnet workload -?|-h|--help
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.
--version
Displays the current workload set version.
--info
Prints out detailed information about installed workloads, including their installation source, manifest version, manifest path, and install type.
-?|-h|--help
Prints out a list of available commands.
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
17 Mar, 21 - 21 Mar, 10
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now