This commit is contained in:
2019-10-16 16:00:01 +00:00
parent aa177f4d48
commit d4f51c305d
3 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
//#### THIS MEANS YOU JOHNNY! If the debugger fails this is the issue
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/netcoreapp2.2/AyaNova.dll",
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/netcoreapp3.1/AyaNova.dll",
"args": [],
"cwd": "${workspaceFolder}/server/AyaNova",
"stopAtEntry": false,