Skip to content

Commit c22d0ff

Browse files
authored
Update dotnet-add-reference.md (#18076)
1 parent d97c78d commit c22d0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-add-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ The `dotnet add reference` command provides a convenient option to add project r
4646

4747
- **`-f|--framework <FRAMEWORK>`**
4848

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.
5050

5151
- **`-h|--help`**
5252

5353
Prints out a short help for the command.
5454

5555
- **`--interactive`**
5656

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.
5858

5959
## Examples
6060

0 commit comments

Comments
 (0)