Skip to content

Commit edffa3c

Browse files
committed
Default to using net8.0 target for launch
1 parent a66d62b commit edffa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/Test/bin/Debug/net6.0/Test.dll",
13+
"program": "${workspaceFolder}/Test/bin/Debug/net8.0/Test.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/Test",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

0 commit comments

Comments
 (0)