|
6 | 6 | "type": "coreclr", |
7 | 7 | "request": "launch", |
8 | 8 | "preLaunchTask": "Build Angular Example", |
9 | | - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net9.0/SampleApp.Angular.dll", |
| 9 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net10.0/SampleApp.Angular.dll", |
10 | 10 | "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/", |
11 | 11 | "internalConsoleOptions": "openOnSessionStart", |
12 | 12 | "serverReadyAction": { |
|
23 | 23 | "type": "coreclr", |
24 | 24 | "request": "launch", |
25 | 25 | "preLaunchTask": "Build Angular Example", |
26 | | - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net9.0/SampleApp.Angular.dll", |
| 26 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/bin/Debug/net10.0/SampleApp.Angular.dll", |
27 | 27 | "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Angular/", |
28 | 28 | "internalConsoleOptions": "openOnSessionStart", |
29 | 29 | "serverReadyAction": { |
|
41 | 41 | "type": "coreclr", |
42 | 42 | "request": "launch", |
43 | 43 | "preLaunchTask": "Build Api Example", |
44 | | - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net9.0/SampleApp.Api.dll", |
45 | | - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net9.0/", |
| 44 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net10.0/SampleApp.Api.dll", |
| 45 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net10.0/", |
46 | 46 | "internalConsoleOptions": "openOnSessionStart", |
47 | 47 | "serverReadyAction": { |
48 | 48 | "action": "openExternally", |
|
58 | 58 | "type": "coreclr", |
59 | 59 | "request": "launch", |
60 | 60 | "preLaunchTask": "Build Classic Example", |
61 | | - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net9.0/SampleApp.Classic.dll", |
62 | | - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net9.0/", |
| 61 | + "program": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net10.0/SampleApp.Classic.dll", |
| 62 | + "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net10.0/", |
63 | 63 | "internalConsoleOptions": "openOnSessionStart", |
64 | 64 | "serverReadyAction": { |
65 | 65 | "action": "openExternally", |
|
75 | 75 | "type": "coreclr", |
76 | 76 | "request": "launch", |
77 | 77 | "preLaunchTask": "Build", |
78 | | - "program": "${workspaceFolder}/src/Simplify.Web.Benchmark/bin/Debug/net9.0/Simplify.Web.Benchmark.dll", |
79 | | - "cwd": "${workspaceFolder}/src/Simplify.Web.Benchmark/bin/Debug/net9.0/", |
| 78 | + "program": "${workspaceFolder}/src/Simplify.Web.Benchmark/bin/Debug/net10.0/Simplify.Web.Benchmark.dll", |
| 79 | + "cwd": "${workspaceFolder}/src/Simplify.Web.Benchmark/bin/Debug/net10.0/", |
80 | 80 | "internalConsoleOptions": "openOnSessionStart" |
81 | 81 | }, |
82 | 82 | ] |
|
0 commit comments