UPDATED TO .net5 Tests ok so far, had to edit a package file just click on it and add a ) if necessary

This commit is contained in:
2020-09-24 16:14:07 +00:00
parent 28d8a50757
commit 03352e2799
4 changed files with 24 additions and 14 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/netcoreapp3.1/AyaNova.dll",
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/net5.0/AyaNova.dll",
"args": [],
"cwd": "${workspaceFolder}/server/AyaNova",
"stopAtEntry": false,