MonoGame templates are missing in VS 2019 for Mac

I’ve managed to make it work by changing all occurences of Any CPU to AnyCPU in the .csproj file.

Also I’ve found this related issue: https://github.com/MonoGame/MonoGame/issues/6695