This commit is contained in:
2020-11-29 19:47:10 +00:00
parent f8c8bbb226
commit 2555e58515
4 changed files with 7 additions and 25 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/netcoreapp3.1/contact.dll",
"program": "${workspaceFolder}/bin/Debug/net5.0/contact.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,