Skip to content

Commit

Permalink
fix text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra committed Aug 23, 2024
1 parent 6f78578 commit cbd230f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/tools/dotnet-workload-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ The `dotnet workload install` command installs one or more *optional workloads*.

When the command is in `workload-set` update mode, workload versions installed:

* Are from the latest workload set or a workload set version specified in a global.json or --version option.
* Are from the latest workload set or a workload set version specified in a global.json or `--version` option.
* Might not be the latest version available of each individual workload. For example, the `install` command won't install a newer workload set if you previously used the `--version` flag.

For more information, see [.NET SDK workload sets](dotnet-workload-sets.md). workload-set install mode is available since 8.0.400 SDK.
For more information, see [.NET SDK workload sets](dotnet-workload-sets.md). `workload-set` update mode is available since 8.0.400 SDK.

Use [dotnet workload search](dotnet-workload-search.md) to learn what workloads are available to install.

Expand Down

0 comments on commit cbd230f

Please sign in to comment.