This commit is contained in:
2020-11-29 19:47:10 +00:00
parent 021ecc506a
commit 71b482edea
2 changed files with 1 additions and 5 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/qbridge.dll",
"program": "${workspaceFolder}/bin/Debug/net5.0/qbridge.dll",
"args": [],
"cwd": "${workspaceFolder}",
//Launch browser is deprecated, this was copied from RAVEN but is no longer how it's done.