|
6 | 6 | "type": "coreclr",
|
7 | 7 | "request": "launch",
|
8 | 8 | "preLaunchTask": "Build Angular Example",
|
9 |
| - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net5.0/SampleApp.Angular.dll", |
10 |
| - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net5.0/", |
| 9 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net6.0/SampleApp.Angular.dll", |
| 10 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net6.0/", |
11 | 11 | "internalConsoleOptions": "openOnSessionStart",
|
12 | 12 | "serverReadyAction":
|
13 | 13 | {
|
|
25 | 25 | "type": "coreclr",
|
26 | 26 | "request": "launch",
|
27 | 27 | "preLaunchTask": "Build Classic Example",
|
28 |
| - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net5.0/SampleApp.Classic.dll", |
29 |
| - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net5.0/", |
| 28 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net6.0/SampleApp.Classic.dll", |
| 29 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net6.0/", |
30 | 30 | "internalConsoleOptions": "openOnSessionStart",
|
31 | 31 | "serverReadyAction":
|
32 | 32 | {
|
|
44 | 44 | "type": "coreclr",
|
45 | 45 | "request": "launch",
|
46 | 46 | "preLaunchTask": "Build Vue Example",
|
47 |
| - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Vue/bin/Debug/net5.0/SampleApp.Vue.dll", |
48 |
| - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Vue/bin/Debug/net5.0/", |
| 47 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Vue/bin/Debug/net6.0/SampleApp.Vue.dll", |
| 48 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Vue/bin/Debug/net6.0/", |
49 | 49 | "internalConsoleOptions": "openOnSessionStart",
|
50 | 50 | "serverReadyAction":
|
51 | 51 | {
|
|
63 | 63 | "type": "coreclr",
|
64 | 64 | "request": "launch",
|
65 | 65 | "preLaunchTask": "Build Vue Example",
|
66 |
| - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Vue.Element/bin/Debug/net5.0/SampleApp.Vue.Element.dll", |
67 |
| - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Vue.Element/bin/Debug/net5.0/", |
| 66 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Vue.Element/bin/Debug/net6.0/SampleApp.Vue.Element.dll", |
| 67 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Vue.Element/bin/Debug/net6.0/", |
68 | 68 | "internalConsoleOptions": "openOnSessionStart",
|
69 | 69 | "serverReadyAction":
|
70 | 70 | {
|
|
0 commit comments