Skip to content

Commit eb2d913

Browse files
authored
fixes finding dll in proper directory (SoftwareAteliers#29)
Thanks for heads up!
1 parent 1979821 commit eb2d913

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
@@ -9,7 +9,7 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/AspNetCoreVueStarter.dll",
12+
"program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/AspNetCoreVueStarter.dll",
1313
"args": [],
1414
"cwd": "${workspaceFolder}",
1515
"stopAtEntry": false,
@@ -31,4 +31,4 @@
3131
"processId": "${command:pickProcess}"
3232
}
3333
]
34-
}
34+
}

0 commit comments

Comments
 (0)