With .NET 5 release yesterday, I started testing my personal projects by switching their TargetFramework tag from netcoreapp3.1
to net5.0
.
I have a playground game in Monogame using the DesktopGL template and after switching the target framework to .NET 5, it worked like a charm. Is it safe to assume that Monogame is compatible with net5.0, though?