We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05bf88 commit 7751e2bCopy full SHA for 7751e2b
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"request": "launch",
11
"preLaunchTask": "build",
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program": "${workspaceRoot}/bin/Debug/netcoreapp2.0/surveyjs-aspnet-mvc.dll",
+ "program": "${workspaceRoot}/bin/Debug/netcoreapp2.1/surveyjs-aspnet-mvc.dll",
14
"args": [],
15
"cwd": "${workspaceRoot}",
16
"stopAtEntry": false,
0 commit comments