|
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}/artifacts/bin/BuildValidator/Debug/net7.0/BuildValidator.dll", |
| 13 | + "program": "${workspaceFolder}/artifacts/bin/BuildValidator/Debug/net9.0/BuildValidator.dll", |
14 | 14 | "args": [ |
15 | | - "--assembliesPath", "./artifacts/obj/csc/Debug/net6.0", |
| 15 | + "--assembliesPath", "./artifacts/obj/csc/Debug/net9.0", |
16 | 16 | "--referencesPath", "./artifacts/bin", |
17 | 17 | "--referencesPath", "C:/Program Files/dotnet/packs/Microsoft.AspNetCore.App.Ref", |
18 | 18 | "--referencesPath", "C:/Program Files/dotnet/packs/Microsoft.NETCore.App.Ref", |
|
29 | 29 | "request": "launch", |
30 | 30 | "preLaunchTask": "build", |
31 | 31 | // If you have changed target frameworks, make sure to update the program path. |
32 | | - "program": "${workspaceFolder}/artifacts/bin/RunTests/Debug/net7.0/RunTests.dll", |
| 32 | + "program": "${workspaceFolder}/artifacts/bin/RunTests/Debug/net9.0/RunTests.dll", |
33 | 33 | "args": ["--runtime", "both", "--artifactspath", "${workspaceFolder}/artifacts/testPayload/artifacts"], |
34 | 34 | "cwd": "${workspaceFolder}/artifacts/bin/RunTests", |
35 | 35 | "stopAtEntry": false, |
|
41 | 41 | "request": "launch", |
42 | 42 | "preLaunchTask": "build", |
43 | 43 | // If you have changed target frameworks, make sure to update the program path. |
44 | | - "program": "${workspaceFolder}/artifacts/bin/PrepareTests/Debug/net7.0/PrepareTests.dll", |
| 44 | + "program": "${workspaceFolder}/artifacts/bin/PrepareTests/Debug/net9.0/PrepareTests.dll", |
45 | 45 | "args": [ |
46 | 46 | "--source", "${workspaceFolder}", |
47 | 47 | "--destination", "${workspaceFolder}/artifacts/testPayload" |
|
56 | 56 | "request": "launch", |
57 | 57 | "preLaunchTask": "build current project", |
58 | 58 | // If you have changed target frameworks, make sure to update the program path. |
59 | | - "program": "${workspaceFolder}/artifacts/bin/Replay/Debug/net8.0/Replay.dll", |
| 59 | + "program": "${workspaceFolder}/artifacts/bin/Replay/Debug/net9.0/Replay.dll", |
60 | 60 | "args": [], |
61 | 61 | "cwd": "${workspaceFolder}/artifacts/bin/Replay", |
62 | 62 | "stopAtEntry": false, |
|
68 | 68 | "request": "launch", |
69 | 69 | "preLaunchTask": "build", |
70 | 70 | // If you have changed target frameworks, make sure to update the program path. |
71 | | - "program": "${workspaceFolder}/artifacts/bin/csc/Debug/net6.0/csc.dll", |
| 71 | + "program": "${workspaceFolder}/artifacts/bin/csc/Debug/net9.0/csc.dll", |
72 | 72 | "args": [], |
73 | 73 | "cwd": "${workspaceFolder}/src/Compilers/CSharp/csc", |
74 | 74 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
|
0 commit comments