File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ ms.date: 09/29/2025
14
14
## Synopsis
15
15
16
16
``` dotnetcli
17
- dotnet format [<PROJECT | SOLUTION>] [--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
17
+ dotnet format [<PROJECT | SOLUTION>]
18
+ [--diagnostics <DIAGNOSTICS>] [--exclude-diagnostics <EXCLUDE-DIAGNOSTICS>] [--severity <SEVERITY>] [--no-restore] [--verify-no-changes] [--include <INCLUDE>] [--exclude <EXCLUDE>] [--include-generated] [-v|--verbosity <LEVEL>] [--binarylog <BINARY-LOG-PATH>] [--report <REPORT-PATH>] [--version]
18
19
19
20
dotnet format -h|--help
20
21
```
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ ms.date: 09/29/2025
14
14
## Synopsis
15
15
16
16
``` dotnetcli
17
- dotnet pack [<PROJECT>|<SOLUTION>] [--artifacts-path <ARTIFACTS_DIR>]
17
+ dotnet pack [<PROJECT>|<SOLUTION>]
18
+ [--artifacts-path <ARTIFACTS_DIR>]
18
19
[-c|--configuration <CONFIGURATION>] [--disable-build-servers][--force] [--include-source] [--include-symbols] [--interactive] [--no-build] [--no-dependencies] [--no-restore] [--nologo] [-o|--output <OUTPUT_DIRECTORY>] [--runtime <RUNTIME_IDENTIFIER>] [-s|--serviceable] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
19
20
[--version-suffix <VERSION_SUFFIX>]
20
21
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ ms.date: 09/29/2025
17
17
## Synopsis
18
18
19
19
``` dotnetcli
20
- dotnet package remove <PACKAGE_NAME> [--project <PROJECT>] [--interactive] [--file <FILE>]
20
+ dotnet package remove <PACKAGE_NAME> [--project <PROJECT>]
21
+ [--interactive] [--file <FILE>]
21
22
22
23
dotnet package remove -h|--help
23
24
```
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ ms.date: 09/29/2025
14
14
## Synopsis
15
15
16
16
``` dotnetcli
17
- dotnet run [<applicationArguments>] [-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
17
+ dotnet run [<applicationArguments>]
18
+ [-a|--arch <ARCHITECTURE>] [--artifacts-path <ARTIFACTS_DIR>] [-c|--configuration <CONFIGURATION>]
18
19
[-e|--environment <KEY=VALUE>] [--file <FILE_PATH>] [-f|--framework <FRAMEWORK>] [--force] [--interactive]
19
20
[--launch-profile <NAME>] [--no-build] [--no-dependencies] [--no-launch-profile] [--no-restore]
20
21
[--os <OS>] [--project <PATH>] [-r|--runtime <RUNTIME_IDENTIFIER>] [--tl:[auto|on|off]] [-v|--verbosity <LEVEL>]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ms.date: 09/29/2025
17
17
dotnet store [-m|--manifest <PATH_TO_MANIFEST_FILE>]
18
18
[-f|--framework <FRAMEWORK_VERSION>] [--disable-build-servers] [-r|--runtime <RUNTIME_IDENTIFIER>]
19
19
[--framework-version <FRAMEWORK_VERSION>] [--output <OUTPUT_DIRECTORY>]
20
- [--skip-optimization] [--skip-symbols] [-- use-current-runtime, --ucr [true|false] ] [-v|--verbosity <LEVEL>]
20
+ [--skip-optimization] [--skip-symbols] [-ucr|-- use-current-runtime] [-v|--verbosity <LEVEL>]
21
21
[--working-dir <WORKING_DIRECTORY>]
22
22
23
23
dotnet store -h|--help
@@ -63,7 +63,7 @@ dotnet store -h|--help
63
63
64
64
Skips symbol generation. Currently, you can only generate symbols on Windows and Linux.
65
65
66
- - ** ` -- use-current-runtime, --ucr [true|false] ` **
66
+ - ** ` -ucr|-- use-current-runtime ` **
67
67
68
68
Use current runtime as the target runtime. The default is ` false ` .
69
69
You can’t perform that action at this time.
0 commit comments