Skip to content

Commit 33a91df

Browse files
committed
sample app - launches net6.0 build - in vscode
1 parent f07080d commit 33a91df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceFolder}/app/bin/Debug/net50/app.dll",
9+
"program": "${workspaceFolder}/app/bin/Debug/net6.0/app.dll",
1010
"args": [],
1111
"cwd": "${workspaceFolder}/app",
1212
"console": "internalConsole",

0 commit comments

Comments
 (0)