Skip to content

Commit cd8b6ad

Browse files
committed
C#: Update launch.json to point to .NET 10.
1 parent b83f478 commit cd8b6ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csharp/.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"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",
1010
"args": [],
1111
// Set the path to the folder that should be extracted:
1212
"cwd": "${workspaceFolder}/ql/test/library-tests/standalone/standalonemode",
@@ -35,7 +35,7 @@
3535
"type": "coreclr",
3636
"request": "launch",
3737
"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",
3939
// Set the path to the folder that should be extracted:
4040
"cwd": "${workspaceFolder}/ql/integration-tests/all-platforms/autobuild",
4141
"stopAtEntry": true,
@@ -53,7 +53,7 @@
5353
"type": "coreclr",
5454
"request": "launch",
5555
"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",
5757
"stopAtEntry": true,
5858
"args": [
5959
"--binlog",
@@ -66,7 +66,7 @@
6666
"type": "coreclr",
6767
"request": "launch",
6868
"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",
7070
// Set the path to the folder that should be extracted:
7171
"cwd": "${workspaceFolder}/ql/test/library-tests/dataflow/local",
7272
"args": [

0 commit comments

Comments
 (0)