Skip to content

Commit 49da06b

Browse files
committed
nez8
1 parent dc08a7a commit 49da06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
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}/src/Test.CSharp/bin/Debug/net6.0/Test.CSharp.dll",
13+
"program": "${workspaceFolder}/src/Test.CSharp/bin/Debug/net8.0/Test.CSharp.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/src/Test.CSharp",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console

0 commit comments

Comments
 (0)