Skip to content

Commit aa83349

Browse files
committed
Update launch.json
1 parent 8831b88 commit aa83349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "coreclr",
1111
"request": "launch",
1212
"preLaunchTask": "build",
13-
"program": "${workspaceFolder}/MyApp/bin/Debug/netcoreapp3.1/MyApp.dll",
13+
"program": "${workspaceFolder}/MyApp/bin/Debug/net5/MyApp.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/MyApp",
1616
"console": "internalConsole",
@@ -25,7 +25,7 @@
2525
"type": "coreclr",
2626
"request": "launch",
2727
"preLaunchTask": "build",
28-
"program": "${workspaceFolder}/MyApp/bin/Debug/netcoreapp3.1/MyApp.dll",
28+
"program": "${workspaceFolder}/MyApp/bin/Debug/net5/MyApp.dll",
2929
"args": [],
3030
"cwd": "${workspaceFolder}/MyApp",
3131
"stopAtEntry": false,

0 commit comments

Comments
 (0)