prime31 / Nez

Nez is a free 2D focused framework that works with MonoGame and FNA
MIT License
1.76k stars 355 forks source link

Incompatibility for MonoGame and Nez #726

Closed TokyoSU closed 2 years ago

TokyoSU commented 2 years ago

I've followed the tutorial, i need to create a monogame desktop project which is now NET6 but Nez is compiled using NetFramework4.8 (NetFramework 4.7.X for Nez.FNA) im currently weirdedout about why Nez dont follow monogame ? Well im saying incompatibility but it's only a warning about using netframework with net6.

prime31 commented 2 years ago

Nez has several csproj files all with different .NET versions. It is also raw source code so you can change the target framework to whatever you want.