File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tutorials/quickstart/Solution/.vscode Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
"name" : " ClientUI" ,
32
32
"type" : " coreclr" ,
33
33
"request" : " launch" ,
34
- "program" : " ${workspaceFolder}/ClientUI/bin/Debug/net6 .0/ClientUI.dll" ,
34
+ "program" : " ${workspaceFolder}/ClientUI/bin/Debug/net8 .0/ClientUI.dll" ,
35
35
"args" : [],
36
36
"cwd" : " ${workspaceFolder}" ,
37
37
"stopAtEntry" : false ,
49
49
"name" : " Sales" ,
50
50
"type" : " coreclr" ,
51
51
"request" : " launch" ,
52
- "program" : " ${workspaceFolder}/Sales/bin/Debug/net6 .0/Sales.dll" ,
52
+ "program" : " ${workspaceFolder}/Sales/bin/Debug/net8 .0/Sales.dll" ,
53
53
"args" : [],
54
54
"cwd" : " ${workspaceFolder}" ,
55
55
"stopAtEntry" : false ,
59
59
"name" : " Billing" ,
60
60
"type" : " coreclr" ,
61
61
"request" : " launch" ,
62
- "program" : " ${workspaceFolder}/Billing/bin/Debug/net6 .0/Billing.dll" ,
62
+ "program" : " ${workspaceFolder}/Billing/bin/Debug/net8 .0/Billing.dll" ,
63
63
"args" : [],
64
64
"cwd" : " ${workspaceFolder}" ,
65
65
"stopAtEntry" : false ,
69
69
"name" : " Platform" ,
70
70
"type" : " coreclr" ,
71
71
"request" : " launch" ,
72
- "program" : " ${workspaceFolder}/Platform/bin/Debug/net6 .0/Platform.dll" ,
72
+ "program" : " ${workspaceFolder}/Platform/bin/Debug/net8 .0/Platform.dll" ,
73
73
"args" : [],
74
74
"cwd" : " ${workspaceFolder}" ,
75
75
"stopAtEntry" : false ,
79
79
"name" : " Shipping" ,
80
80
"type" : " coreclr" ,
81
81
"request" : " launch" ,
82
- "program" : " ${workspaceFolder}/Shipping/bin/Debug/net6 .0/Shipping.dll" ,
82
+ "program" : " ${workspaceFolder}/Shipping/bin/Debug/net8 .0/Shipping.dll" ,
83
83
"args" : [],
84
84
"cwd" : " ${workspaceFolder}" ,
85
85
"stopAtEntry" : false ,
You can’t perform that action at this time.
0 commit comments