Monogame in M1

These are the characteristics of my current development environment:

MacBook Air (M1, 2020)
macOS Monterey 12.5.1
Visual Studio 2022 for Mac version 17.4.2 (current version)
MonoGame.Templates.VSMacExtension_3.8.1.263.mpack

The extension does not work because it depends on a lower version of Visual Studio for mac (17.0.4):

The add-in ‘MonoGame.Templates.VSMacExtension,3.8.1.263’ could not be updated
because some of its dependencies are missing or not compatible:
required: MonoDevelop.Core,17.0.6, found: MonoDevelop.Core,17.4.2
required: MonoDevelop.Ide,17.0.6, found: MonoDevelop.Ide,17.4.2

But there is no way on the official Microsoft site to download a version prior to the current one.

Could someone help me to solve this problem. Is there an online guide to correct it?

Thank you very much in advance

1 Like

problem solved using this link MonoGame.Templates.VSMacExtension, 3.8.1.303 not working with latest version visual studio mac 17.4 · Issue #7960 · MonoGame/MonoGame · GitHub

1 Like