This commit is contained in:
2020-07-03 22:50:33 +00:00
parent efa0f02137
commit 510c4120f8
10 changed files with 59 additions and 622 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.1/contact.dll",
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/contact.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,