There was an error while loading. Please reload this page.
1 parent 1979821 commit eb2d913Copy full SHA for eb2d913
.vscode/launch.json
@@ -9,7 +9,7 @@
9
"type": "coreclr",
10
"request": "launch",
11
"preLaunchTask": "build",
12
- "program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/AspNetCoreVueStarter.dll",
+ "program": "${workspaceFolder}/bin/Debug/netcoreapp3.1/AspNetCoreVueStarter.dll",
13
"args": [],
14
"cwd": "${workspaceFolder}",
15
"stopAtEntry": false,
@@ -31,4 +31,4 @@
31
"processId": "${command:pickProcess}"
32
}
33
]
34
-}
+}
0 commit comments