File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ ms.date: 02/14/2020
9
9
10
10
## Name
11
11
12
- ` dotnet remove reference ` - Removes project-to-project references.
12
+ ` dotnet remove reference ` - Removes project-to-project (P2P) references.
13
13
14
14
## Synopsis
15
15
16
16
``` dotnetcli
17
- dotnet remove [<PROJECT>] reference [-f|--framework <FRAMEWORK>] <PROJECT_REFERENCES>
17
+ dotnet remove [<PROJECT>] reference [-f|--framework <FRAMEWORK>]
18
+ <PROJECT_REFERENCES>
18
19
19
20
dotnet remove reference -h|--help
20
21
```
@@ -41,7 +42,7 @@ Project-to-project (P2P) references to remove. You can specify one or multiple p
41
42
42
43
- ** ` -f|--framework <FRAMEWORK> ` **
43
44
44
- Removes the reference only when targeting a specific [ framework] ( ../../standard/frameworks.md ) .
45
+ Removes the reference only when targeting a specific [ framework] ( ../../standard/frameworks.md ) using the TFM format .
45
46
46
47
## Examples
47
48
You can’t perform that action at this time.
0 commit comments