bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

Update GL projects to .NET 8 #306

Closed NoahStolk closed 4 months ago

NoahStolk commented 4 months ago

Fixes not being able to build and run Demos.GL project:

Project BepuPhysics is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Project BepuPhysics supports: net8.0 (.NETCoreApp,Version=v8.0)

These 2 projects seem to have been missed in this commit: https://github.com/bepu/bepuphysics2/commit/13b9ff35ac3939856fd09a2f821157d188c6d2bc

RossNordby commented 4 months ago

Thanks!