Skip to content

Commit 9da6371

Browse files
Update docs/core/tools/dotnet-run.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent ba47c88 commit 9da6371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To run the application, the `dotnet run` command resolves the dependencies of th
145145

146146
Specifies the path of the project file to run (folder name or full path). If not specified, it defaults to the current directory.
147147

148-
The [`-p` abbreviation for `--project` is deprecated](../compatibility/sdk/6.0/deprecate-p-option-dotnet-run.md) starting in .NET 6 SDK SDK. For a limited time starting in .NET 6 SDK RC1 SDK, `-p` can still be used for `--project` despite the deprecation warning. If the argument provided for the option doesn't contain `=`, the command accepts `-p` as short for `--project`. Otherwise, the command assumes that `-p` is short for `--property`. This flexible use of `-p` for `--project` will be phased out in .NET 7.
148+
The [`-p` abbreviation for `--project` is deprecated](../compatibility/sdk/6.0/deprecate-p-option-dotnet-run.md) starting in .NET 6 SDK. For a limited time, `-p` can still be used for `--project` despite the deprecation warning. If the argument provided for the option doesn't contain `=`, the command accepts `-p` as short for `--project`. Otherwise, the command assumes that `-p` is short for `--property`. This flexible use of `-p` for `--project` will be phased out in .NET 7.
149149

150150
- **`--property:<NAME>=<VALUE>`**
151151

0 commit comments

Comments
 (0)