|
|
@ -6,7 +6,7 @@ |
|
|
|
"type": "coreclr", |
|
|
|
"type": "coreclr", |
|
|
|
"request": "launch", |
|
|
|
"request": "launch", |
|
|
|
"preLaunchTask": "buildConsoleTest", |
|
|
|
"preLaunchTask": "buildConsoleTest", |
|
|
|
"program": "${workspaceFolder}/ConsoleTest/bin/Debug/net6.0/ConsoleTest.dll", |
|
|
|
"program": "${workspaceFolder}/ConsoleTest/bin/Debug/net7.0/ConsoleTest.dll", |
|
|
|
"args": [], |
|
|
|
"args": [], |
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
"stopAtEntry": false, |
|
|
|
"stopAtEntry": false, |
|
|
|