Skip to content

Commit

Permalink
Improve for clarification
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
  • Loading branch information
vernou and tdykstra committed Jul 18, 2024
1 parent 7f1b742 commit d30804c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standard/commandline/get-started-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can use any of the following ways to test while developing a command-line ap
dotnet run -- --file bin/Debug/net6.0/scl.runtimeconfig.json
```

> The working directory is the csproj folder, so the relative path to `scl.runtimeconfig.json` is from the csproj folder.
The working directory is the project folder (the folder that has the .csproj file), so the relative path to `scl.runtimeconfig.json` is from the project folder.

In .NET 7.0.100 SDK Preview, you can use the `commandLineArgs` of a *launchSettings.json* file by running the command `dotnet run --launch-profile <profilename>`.

Expand Down

0 comments on commit d30804c

Please sign in to comment.