We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecab906 commit d2b1dd3Copy full SHA for d2b1dd3
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"request": "launch",
11
"preLaunchTask": "build",
12
// 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",
+ "program": "${workspaceFolder}/src/Box2D.NET.Samples/bin/Debug/net10.0/Box2D.NET.Samples.dll",
14
"args": [],
15
"cwd": "${workspaceFolder}/src/Box2D.NET.Samples",
16
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
0 commit comments