bepu / bepuphysics2

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

Add Net6 LTS support for the nuget package #248

Closed Faolan-Rad closed 1 year ago

Faolan-Rad commented 1 year ago

A lot of things still use net6 for example Godot engine still hasn't updated to net 7 and I would like to be able to use bepu in my net 6 projects and net 6 is LTS it's the end of support is November 12, 2024 while net 7 is May 14, 2024

RossNordby commented 1 year ago

Sorry, I can't take this PR; 2.5 uses features that are only present in .NET 7+.

Some options:

  1. Use the latest beta version that is still supported by .NET 6,
  2. Use 2.4,
  3. Maintain a branch for .NET 6 compatibility with the requisite conditional compilation.

I can't afford the time to do 3 myself, though.