Skip to content

Commit edfff89

Browse files
committed
fixup vscode configs
1 parent 8df57fa commit edfff89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.vscode/launch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "Launch Tool 6.0 graph resolver",
5+
"name": "Launch Tool 8.0 graph resolver",
66
"type": "coreclr",
77
"request": "launch",
8-
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net6.0/Ionide.ProjInfo.Tool.dll",
8+
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net8.0/Ionide.ProjInfo.Tool.dll",
99
"args": [
1010
"--project",
1111
"<your project>",
@@ -17,10 +17,10 @@
1717
"justMyCode": true,
1818
},
1919
{
20-
"name": "Launch Tool 6.0 normal resolver",
20+
"name": "Launch Tool 8.0 normal resolver",
2121
"type": "coreclr",
2222
"request": "launch",
23-
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net6.0/Ionide.ProjInfo.Tool.dll",
23+
"program": "${workspaceFolder}/src/Ionide.ProjInfo.Tool/bin/Debug/net8.0/Ionide.ProjInfo.Tool.dll",
2424
"args": [
2525
"--project",
2626
"<your project>",
@@ -54,8 +54,8 @@
5454
"id": "tfm",
5555
"description": "The TFM of the test to run",
5656
"options": [
57-
"net6.0",
58-
"net7.0"
57+
"net8.0",
58+
"net9.0"
5959
],
6060
"default": "net7.0",
6161
"type": "pickString"

0 commit comments

Comments
 (0)