Initial update to .net core 6 rc2, haven't run it yet

This commit is contained in:
2021-10-15 20:09:04 +00:00
parent c22f0231e0
commit 1e27ec2366
4 changed files with 23 additions and 20 deletions

2
.vscode/launch.json vendored
View File

@@ -12,7 +12,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/net5.0/AyaNova.dll",
"program": "${workspaceFolder}/server/AyaNova/bin/Debug/net6.0/AyaNova.dll",
"args": [],
"cwd": "${workspaceFolder}/server/AyaNova",
"stopAtEntry": false,