Skip to content

Commit cc65d68

Browse files
authored
Update quickstart launch.json to use .NET 8 (#6836)
1 parent d034f09 commit cc65d68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/quickstart/Solution/.vscode/launch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"name": "ClientUI",
3232
"type": "coreclr",
3333
"request": "launch",
34-
"program": "${workspaceFolder}/ClientUI/bin/Debug/net6.0/ClientUI.dll",
34+
"program": "${workspaceFolder}/ClientUI/bin/Debug/net8.0/ClientUI.dll",
3535
"args": [],
3636
"cwd": "${workspaceFolder}",
3737
"stopAtEntry": false,
@@ -49,7 +49,7 @@
4949
"name": "Sales",
5050
"type": "coreclr",
5151
"request": "launch",
52-
"program": "${workspaceFolder}/Sales/bin/Debug/net6.0/Sales.dll",
52+
"program": "${workspaceFolder}/Sales/bin/Debug/net8.0/Sales.dll",
5353
"args": [],
5454
"cwd": "${workspaceFolder}",
5555
"stopAtEntry": false,
@@ -59,7 +59,7 @@
5959
"name": "Billing",
6060
"type": "coreclr",
6161
"request": "launch",
62-
"program": "${workspaceFolder}/Billing/bin/Debug/net6.0/Billing.dll",
62+
"program": "${workspaceFolder}/Billing/bin/Debug/net8.0/Billing.dll",
6363
"args": [],
6464
"cwd": "${workspaceFolder}",
6565
"stopAtEntry": false,
@@ -69,7 +69,7 @@
6969
"name": "Platform",
7070
"type": "coreclr",
7171
"request": "launch",
72-
"program": "${workspaceFolder}/Platform/bin/Debug/net6.0/Platform.dll",
72+
"program": "${workspaceFolder}/Platform/bin/Debug/net8.0/Platform.dll",
7373
"args": [],
7474
"cwd": "${workspaceFolder}",
7575
"stopAtEntry": false,
@@ -79,7 +79,7 @@
7979
"name": "Shipping",
8080
"type": "coreclr",
8181
"request": "launch",
82-
"program": "${workspaceFolder}/Shipping/bin/Debug/net6.0/Shipping.dll",
82+
"program": "${workspaceFolder}/Shipping/bin/Debug/net8.0/Shipping.dll",
8383
"args": [],
8484
"cwd": "${workspaceFolder}",
8585
"stopAtEntry": false,

0 commit comments

Comments
 (0)