This commit is contained in:
2022-04-03 22:26:23 +00:00
parent f6163dbebc
commit 2472779575
5 changed files with 60 additions and 60 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": "${workspaceRoot}/bin/Debug/netcoreapp3.1/rockfishCore.dll",
"program": "${workspaceRoot}/bin/Debug/net5.0/rockfishCore.dll",
"args": [],
"cwd": "${workspaceRoot}",
"stopAtEntry": false,