File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ The `dotnet add reference` command provides a convenient option to add project r
46
46
47
47
- ** ` -f|--framework <FRAMEWORK> ` **
48
48
49
- Adds project references only when targeting a specific [ framework] ( ../../standard/frameworks.md ) .
49
+ Adds project references only when targeting a specific [ framework] ( ../../standard/frameworks.md ) using the TFM format .
50
50
51
51
- ** ` -h|--help ` **
52
52
53
53
Prints out a short help for the command.
54
54
55
55
- ** ` --interactive ` **
56
56
57
- Allows the command to stop and wait for user input or action (for example, to complete authentication). Available since .NET Core 3.0 SDK.
57
+ Allows the command to stop and wait for user input or action (typically used to complete authentication). Available since .NET Core 3.0 SDK.
58
58
59
59
## Examples
60
60
You can’t perform that action at this time.
0 commit comments