We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8831b88 commit aa83349Copy full SHA for aa83349
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"type": "coreclr",
11
"request": "launch",
12
"preLaunchTask": "build",
13
- "program": "${workspaceFolder}/MyApp/bin/Debug/netcoreapp3.1/MyApp.dll",
+ "program": "${workspaceFolder}/MyApp/bin/Debug/net5/MyApp.dll",
14
"args": [],
15
"cwd": "${workspaceFolder}/MyApp",
16
"console": "internalConsole",
@@ -25,7 +25,7 @@
25
26
27
28
29
30
31
"stopAtEntry": false,
0 commit comments