Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 3f2f955

Browse files
author
TreyHendon
committed
Fix VS Code launch.json
1 parent 48aaaad commit 3f2f955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "coreclr",
1111
"request": "launch",
1212
"preLaunchTask": "build",
13-
"program": "${workspaceFolder}/src/MongoDbManagement.API/bin/Debug/netcoreapp3.1/MongoDbManagement.API.dll",
13+
"program": "${workspaceFolder}/src/MongoDbManagement.API/bin/Debug/netcoreapp6.0/MongoDbManagement.API.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/src/MongoDbManagement.API",
1616
"stopAtEntry": false,

0 commit comments

Comments
 (0)