Comment by catapart

3 months ago

Literally just started building a game engine with .NET 9, so naturally there's an update within a week. -_-

Seems like a good update, though! And I'm glad it's early enough that updating the framework probably shouldn't break anything. Really as long as there's no issues with the DearImGUI dependency (would be a surprise!), I'm pretty happy about the update.

For most projects, upgrading between .NET version is quick and painless, usually just updating the TargetFramework and NuGet packages in your .csproj file.

9 isn't an LTS version... always go with an LTS version.