|
10 | 10 | "request": "launch", |
11 | 11 | "preLaunchTask": "build", |
12 | 12 | // If you have changed target frameworks, make sure to update the program path. |
13 | | - "program": "${workspaceFolder}/src/FunderMaps.BatchNode/bin/Debug/net5.0/FunderMaps.BatchNode", |
| 13 | + "program": "${workspaceFolder}/src/FunderMaps.BatchNode/bin/Debug/net6.0/FunderMaps.BatchNode", |
14 | 14 | "args": [], |
15 | 15 | "cwd": "${workspaceFolder}/src/FunderMaps.BatchNode", |
16 | 16 | "stopAtEntry": false, |
|
25 | 25 | "request": "launch", |
26 | 26 | "preLaunchTask": "build", |
27 | 27 | // If you have changed target frameworks, make sure to update the program path. |
28 | | - "program": "${workspaceFolder}/src/FunderMaps.WebApi/bin/Debug/net5.0/FunderMaps.WebApi", |
| 28 | + "program": "${workspaceFolder}/src/FunderMaps.WebApi/bin/Debug/net6.0/FunderMaps.WebApi", |
29 | 29 | "args": [], |
30 | 30 | "cwd": "${workspaceFolder}/src/FunderMaps.WebApi", |
31 | 31 | "stopAtEntry": false, |
|
43 | 43 | "request": "launch", |
44 | 44 | "preLaunchTask": "build", |
45 | 45 | // If you have changed target frameworks, make sure to update the program path. |
46 | | - "program": "${workspaceFolder}/src/FunderMaps.Webservice/bin/Debug/net5.0/FunderMaps.Webservice", |
| 46 | + "program": "${workspaceFolder}/src/FunderMaps.Webservice/bin/Debug/net6.0/FunderMaps.Webservice", |
47 | 47 | "args": [], |
48 | 48 | "cwd": "${workspaceFolder}/src/FunderMaps.Webservice", |
49 | 49 | "stopAtEntry": false, |
|
61 | 61 | "request": "launch", |
62 | 62 | "preLaunchTask": "build", |
63 | 63 | // If you have changed target frameworks, make sure to update the program path. |
64 | | - "program": "${workspaceFolder}/src/FunderMaps.Portal/bin/Debug/net5.0/FunderMaps.Portal", |
| 64 | + "program": "${workspaceFolder}/src/FunderMaps.Portal/bin/Debug/net6.0/FunderMaps.Portal", |
65 | 65 | "args": [], |
66 | 66 | "cwd": "${workspaceFolder}/src/FunderMaps.Portal", |
67 | 67 | "stopAtEntry": false, |
|
0 commit comments