We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d2a21 commit ed33c8aCopy full SHA for ed33c8a
.vscode/launch.json
@@ -6,7 +6,7 @@
6
"type": "coreclr",
7
"request": "launch",
8
"preLaunchTask": "Build",
9
- "program": "${workspaceFolder}/src/TesterApp/bin/Debug/net5.0/TesterApp.dll",
+ "program": "${workspaceFolder}/src/TesterApp/bin/Debug/net6.0/TesterApp.dll",
10
"cwd": "${workspaceFolder}/src/TesterApp",
11
"internalConsoleOptions": "openOnSessionStart",
12
"env":
0 commit comments