|
41 | 41 | "type": "coreclr", |
42 | 42 | "request": "launch", |
43 | 43 | "preLaunchTask": "Build Api Example", |
44 | | - "program": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net8.0/SampleApp.Api.dll", |
45 | | - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Api/bin/Debug/net8.0/", |
| 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/", |
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/net8.0/SampleApp.Classic.dll", |
62 | | - "cwd": "${workspaceFolder}/src/SampleApps/SampleApp.Classic/bin/Debug/net8.0/", |
| 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/", |
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/net8.0/Simplify.Web.Benchmark.dll", |
79 | | - "cwd": "${workspaceFolder}/src/Simplify.Web.Benchmark/bin/Debug/net8.0/", |
| 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/", |
80 | 80 | "internalConsoleOptions": "openOnSessionStart" |
81 | 81 | }, |
82 | 82 | ] |
|
0 commit comments