Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix path to TestShop.AppHost in contributing.md
The instructions in contributing.md for running the TestShop AppHost
project had an incorrect path. I corrected the documentation with the
correct path so that the instructions are accurate.

Resolves #6479
  • Loading branch information
mfcollins3 committed Oct 24, 2024
commit 9a961a04633c83ec7a0a43ea14bf9911c1e98973
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ If you are using Visual Studio:

Otherwise:
```shell
dotnet restore playground/TestShop/AppHost/AppHost.csproj
dotnet run --project playground/TestShop/AppHost/AppHost.csproj
dotnet restore playground/TestShop/TestShop.AppHost/TestShop.AppHost.csproj
dotnet run --project playground/TestShop/TestShop.AppHost/TestShop.AppHost.csproj
```

## View Dashboard
Expand Down