Fix warning from CLI parser (#351)
`-p` is deprecated as an abbreviation for `--project`, and using `-p` generates a warning.
This commit is contained in:
parent
de6d25edf7
commit
b42e5dc031
2
run.ps1
2
run.ps1
@ -1 +1 @@
|
||||
dotnet run --no-launch-profile --no-build -c Release -p .\NBXplorer\NBXplorer.csproj -- $args
|
||||
dotnet run --no-launch-profile --no-build -c Release --project .\NBXplorer\NBXplorer.csproj -- $args
|
||||
|
||||
Loading…
Reference in New Issue
Block a user