File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " coreclr" ,
7
7
"request" : " launch" ,
8
8
"preLaunchTask" : " dotnet: build" ,
9
- "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net8 .0/Semmle.Extraction.CSharp.Standalone.dll" ,
9
+ "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Standalone/bin/Debug/net9 .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/net8 .0/Semmle.Autobuild.CSharp.dll" ,
38
+ "program" : " ${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net9 .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/net8 .0/Semmle.Extraction.CSharp.Driver.dll" ,
56
+ "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net9 .0/Semmle.Extraction.CSharp.Driver.dll" ,
57
57
"stopAtEntry" : true ,
58
58
"args" : [
59
59
" --binlog" ,
You can’t perform that action at this time.
0 commit comments