[SOLVED] How to set target platform to .NET Framework in Monogame 3.8?

I just checked the MonoGame source, since I didn’t remember messing with the csproj files myself. The current source version has .Net Framework support without modification, as you can tell by the
TargetFrameworks tag:

2 Likes