|
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/bin/Debug/net8.0/GenerateTOC.dll", |
| 13 | + "program": "${workspaceFolder}/src/bin/Debug/net10.0/GenerateTOC.dll", |
14 | 14 | "args": [ |
15 | 15 | "--api-docs", |
16 | 16 | "C:/Source/Repos/microsoft-graph-docs/api-reference/v1.0/api", |
|
42 | 42 | "request": "launch", |
43 | 43 | "preLaunchTask": "build", |
44 | 44 | // If you have changed target frameworks, make sure to update the program path. |
45 | | - "program": "${workspaceFolder}/src/bin/Debug/net8.0/GenerateTOC.dll", |
| 45 | + "program": "${workspaceFolder}/src/bin/Debug/net10.0/GenerateTOC.dll", |
46 | 46 | "args": [ |
47 | 47 | "--api-docs", |
48 | 48 | "C:/Source/Repos/microsoft-graph-docs/api-reference/beta/api", |
|
76 | 76 | "request": "launch", |
77 | 77 | "preLaunchTask": "build", |
78 | 78 | // If you have changed target frameworks, make sure to update the program path. |
79 | | - "program": "${workspaceFolder}/tools/split-toc/bin/Debug/net8.0/SplitTOC.dll", |
| 79 | + "program": "${workspaceFolder}/tools/split-toc/bin/Debug/net10.0/SplitTOC.dll", |
80 | 80 | "args": [ |
81 | 81 | "--toc", |
82 | 82 | "C:/Source/Repos/microsoft-graph-docs/api-reference/beta/toc.yml", |
|
99 | 99 | "request": "launch", |
100 | 100 | "preLaunchTask": "build", |
101 | 101 | // If you have changed target frameworks, make sure to update the program path. |
102 | | - "program": "${workspaceFolder}/tools/toc-scan/bin/Debug/net8.0/TOCScan.dll", |
| 102 | + "program": "${workspaceFolder}/tools/toc-scan/bin/Debug/net10.0/TOCScan.dll", |
103 | 103 | "args": [ |
104 | 104 | "--api-docs", |
105 | 105 | "C:/Source/Repos/microsoft-graph-docs/api-reference/v1.0/api", |
|
123 | 123 | "request": "launch", |
124 | 124 | "preLaunchTask": "build", |
125 | 125 | // If you have changed target frameworks, make sure to update the program path. |
126 | | - "program": "${workspaceFolder}/tools/csdl-to-mapping/bin/Debug/net8.0/CSDL2Mapping.dll", |
| 126 | + "program": "${workspaceFolder}/tools/csdl-to-mapping/bin/Debug/net10.0/CSDL2Mapping.dll", |
127 | 127 | "args": [ |
128 | 128 | "--csdl", |
129 | 129 | "C:/Source/Repos/graph-workloads/Workloads/Microsoft.Intune.Updates/override/schema-Prod-beta.csdl" |
|
0 commit comments