Hi everyone, I can’t install MonoGame.Extendes package, every time I’ve got this exception :
Could not install package ‘MonoGame.Extended 3.7.0’. You are trying to install this package into a project that targets ‘.NETFramework,Version=v4.7.2’, but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I can’t figure how to resolve this because .NetFramework v4.7.2 targets .Net Standard 2.0.
I’ve also tried on another computer, and I’ve the same result.