|
6 | 6 | "type": "coreclr", |
7 | 7 | "request": "launch", |
8 | 8 | "preLaunchTask": "dotnet: build", |
9 | | - "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net9.0/Semmle.Extraction.CSharp.Standalone.dll", |
| 9 | + "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net10.0/Semmle.Extraction.CSharp.Standalone.dll", |
10 | 10 | "args": [], |
11 | 11 | // Set the path to the folder that should be extracted: |
12 | 12 | "cwd": "${workspaceFolder}/ql/test/library-tests/standalone/standalonemode", |
|
35 | 35 | "type": "coreclr", |
36 | 36 | "request": "launch", |
37 | 37 | "preLaunchTask": "dotnet: build", |
38 | | - "program": "${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net9.0/Semmle.Autobuild.CSharp.dll", |
| 38 | + "program": "${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net10.0/Semmle.Autobuild.CSharp.dll", |
39 | 39 | // Set the path to the folder that should be extracted: |
40 | 40 | "cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild", |
41 | 41 | "stopAtEntry": true, |
|
53 | 53 | "type": "coreclr", |
54 | 54 | "request": "launch", |
55 | 55 | "preLaunchTask": "dotnet: build", |
56 | | - "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net9.0/Semmle.Extraction.CSharp.Driver.dll", |
| 56 | + "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net10.0/Semmle.Extraction.CSharp.Driver.dll", |
57 | 57 | "stopAtEntry": true, |
58 | 58 | "args": [ |
59 | 59 | "--binlog", |
|
66 | 66 | "type": "coreclr", |
67 | 67 | "request": "launch", |
68 | 68 | "preLaunchTask": "dotnet: build", |
69 | | - "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net9.0/Semmle.Extraction.CSharp.Driver.dll", |
| 69 | + "program": "${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net10.0/Semmle.Extraction.CSharp.Driver.dll", |
70 | 70 | // Set the path to the folder that should be extracted: |
71 | 71 | "cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local", |
72 | 72 | "args": [ |
|
0 commit comments