mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 17:44:46 +09:00
Change launch.json paths to net5.0
This commit is contained in:
parent
c44e2893d1
commit
d6b3216718
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -7,7 +7,7 @@
|
|||
"request": "launch",
|
||||
"program": "dotnet",
|
||||
"args": [
|
||||
"${workspaceRoot}/PerformanceCalculator/bin/Debug/netcoreapp2.0/PerformanceCalculator.dll",
|
||||
"${workspaceRoot}/PerformanceCalculator/bin/Debug/net5.0/PerformanceCalculator.dll",
|
||||
"place-your-arguments-here (launch.json)"
|
||||
],
|
||||
"cwd": "${workspaceRoot}",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"request": "launch",
|
||||
"program": "dotnet",
|
||||
"args": [
|
||||
"${workspaceRoot}/PerformanceCalculator/bin/Debug/netcoreapp2.0/PerformanceCalculator.dll",
|
||||
"${workspaceRoot}/PerformanceCalculator/bin/Release/net5.0/PerformanceCalculator.dll",
|
||||
"place-your-arguments-here (launch.json)"
|
||||
],
|
||||
"cwd": "${workspaceRoot}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue