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
@@ -38,7 +38,10 @@ To use the command with projects that can't be restored with the .NET SDK, you c
38
38
39
39
-**`PROJECT|SOLUTION`**
40
40
41
-
The project or solution file to operate on. If a directory is specified, the command searches the directory for a project or solution file. If more than one project or solution is found, an error is thrown.
41
+
The project or solution file to operate on.
42
+
If a directory is specified, the command searches the directory for a project or solution file.
43
+
If more than one project or solution is found, an error is thrown.
44
+
If no value is provided, the current working directory is used by default.
42
45
43
46
-**`PACKAGE`**
44
47
@@ -54,22 +57,22 @@ To use the command with projects that can't be restored with the .NET SDK, you c
54
57
55
58
## Examples
56
59
57
-
- Show the dependency graph for the package "System.Text.Json" for a given solution:
60
+
- Show the dependency graph for the package "System.Text.Json":
0 commit comments