In the most recent changes QuantConnect.Lean 2.5.17448 is now using .NET 10.0, but the cloud does not this is causing a major issue.  Is anyone else experiencing this issue.

Details:
error NU1202:
    Package QuantConnect.Lean 2.5.17448 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package                QuantConnect.Lean 2.5.17448 supports: net10.0 (.NETCoreApp,Version=v10.0) 


This specific library requires 10.0, but when I push the project I get an error 

The project is targeting net10.0 but QuantConnect Cloud uses net6.0.