Skip to content

Commit d2b1dd3

Browse files
committed
support vscode
1 parent ecab906 commit d2b1dd3

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

0 commit comments

Comments
 (0)