Skip to content

Commit 97d13a6

Browse files
committed
fix: README.md for .NET 10
1 parent 58e1c71 commit 97d13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Box2D.NET is divided into multiple modules, each contained in its own folder:
4949
#### ▶️ Running With Command Prompt
5050

5151
```shell
52-
dotnet run --project src/Box2D.NET.Samples --framework net9.0 -c Release
52+
dotnet run --project src/Box2D.NET.Samples --framework net10.0 -c Release
5353
```
5454

5555
## 🛠️ Integration

0 commit comments

Comments
 (0)