Skip to content

Commit 7751e2b

Browse files
committed
Changed launch folder
1 parent a05bf88 commit 7751e2b

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
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.0/surveyjs-aspnet-mvc.dll",
13+
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.1/surveyjs-aspnet-mvc.dll",
1414
"args": [],
1515
"cwd": "${workspaceRoot}",
1616
"stopAtEntry": false,

0 commit comments

Comments
 (0)