Changes the MonoGame extension package to mark the MonoGame dependency as "PrivateAssets". This has the following side effects:
MonoGame is no longer installed implicitly into a project if this package is installed
When installing MonoGame, a user may select any package matching MonoGame's assembly name and public API. This includes both the DesktopGL and DirectX versions
Changes