|
6 | 6 | "type": "coreclr", |
7 | 7 | "request": "launch", |
8 | 8 | "preLaunchTask": "Build", |
9 | | - "program": "${workspaceFolder}/src/templates/MyProject.Angular/bin/Debug/net7.0/MyProject.Angular.dll", |
| 9 | + "program": "${workspaceFolder}/src/templates/MyProject.Angular/bin/Debug/net8.0/MyProject.Angular.dll", |
10 | 10 | "cwd": "${workspaceFolder}/src/templates/MyProject.Angular", |
11 | 11 | "internalConsoleOptions": "openOnSessionStart", |
12 | 12 | "serverReadyAction": { |
|
18 | 18 | "ASPNETCORE_ENVIRONMENT": "Development" |
19 | 19 | } |
20 | 20 | }, |
| 21 | + { |
| 22 | + "name": "MyProject.Angular SPA Launch", |
| 23 | + "type": "coreclr", |
| 24 | + "request": "launch", |
| 25 | + "preLaunchTask": "Build", |
| 26 | + "program": "${workspaceFolder}/src/templates/MyProject.Angular/bin/Debug/net8.0/MyProject.Angular.dll", |
| 27 | + "cwd": "${workspaceFolder}/src/templates/MyProject.Angular", |
| 28 | + "internalConsoleOptions": "openOnSessionStart", |
| 29 | + "serverReadyAction": { |
| 30 | + "action": "openExternally", |
| 31 | + "pattern": "Now listening on", |
| 32 | + "uriFormat": "http://localhost:5000" |
| 33 | + }, |
| 34 | + "env": { |
| 35 | + "ASPNETCORE_ENVIRONMENT": "Development", |
| 36 | + "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy" |
| 37 | + } |
| 38 | + }, |
21 | 39 | { |
22 | 40 | "name": "MyProject.Api Launch", |
23 | 41 | "type": "coreclr", |
24 | 42 | "request": "launch", |
25 | 43 | "preLaunchTask": "Build", |
26 | | - "program": "${workspaceFolder}/src/templates/MyProject.Api/bin/Debug/net7.0/MyProject.Api.dll", |
27 | | - "cwd": "${workspaceFolder}/src/templates/MyProject.Api/bin/Debug/net7.0/", |
| 44 | + "program": "${workspaceFolder}/src/templates/MyProject.Api/bin/Debug/net8.0/MyProject.Api.dll", |
| 45 | + "cwd": "${workspaceFolder}/src/templates/MyProject.Api/bin/Debug/net8.0/", |
28 | 46 | "internalConsoleOptions": "openOnSessionStart", |
29 | 47 | "serverReadyAction": { |
30 | 48 | "action": "openExternally", |
|
40 | 58 | "type": "coreclr", |
41 | 59 | "request": "launch", |
42 | 60 | "preLaunchTask": "Build", |
43 | | - "program": "${workspaceFolder}/src/templates/MyProject.Minimal/bin/Debug/net7.0/MyProject.Minimal.dll", |
44 | | - "cwd": "${workspaceFolder}/src/templates/MyProject.Minimal/bin/Debug/net7.0/", |
| 61 | + "program": "${workspaceFolder}/src/templates/MyProject.Minimal/bin/Debug/net8.0/MyProject.Minimal.dll", |
| 62 | + "cwd": "${workspaceFolder}/src/templates/MyProject.Minimal/bin/Debug/net8.0/", |
45 | 63 | "internalConsoleOptions": "openOnSessionStart", |
46 | 64 | "serverReadyAction": { |
47 | 65 | "action": "openExternally", |
|
57 | 75 | "type": "coreclr", |
58 | 76 | "request": "launch", |
59 | 77 | "preLaunchTask": "Build", |
60 | | - "program": "${workspaceFolder}/src/templates/MyProject.SchedulerApi/bin/Debug/net7.0/MyProject.SchedulerApi.dll", |
61 | | - "cwd": "${workspaceFolder}/src/templates/MyProject.SchedulerApi/bin/Debug/net7.0/", |
| 78 | + "program": "${workspaceFolder}/src/templates/MyProject.SchedulerApi/bin/Debug/net8.0/MyProject.SchedulerApi.dll", |
| 79 | + "cwd": "${workspaceFolder}/src/templates/MyProject.SchedulerApi/bin/Debug/net8.0/", |
62 | 80 | "internalConsoleOptions": "openOnSessionStart", |
63 | 81 | "serverReadyAction": { |
64 | 82 | "action": "openExternally", |
|
0 commit comments