I’m new to Monogame and i’m new to programming.
When i add package Monogame.Framework.WindowsDX,i find that i cant use the namespace of Microsoft.Xna.xxx
And when i change the package to Monogame.Framework.DesktopGL,it works
Then i try the monogame template with windowDX,it also works well.
Why? Do i miss some nuget package or some setting? (I have clear nuget cache and restart VS2022 several times, no works)
And i also find MonoGame.Framework.WindowsDX v3.8 works well with VS2019.
How can i get MonoGame v3.8.1 windowsDX works well with VS2022, Help!