Search code examples
c#monogame

Problem installing monogame.extended package


I am having a problem installing monogame extended while running Install-Package MonoGame.Extended at nuget console. I get this error :

unable to find package "Monogame.Extended"

I am using visual studio community 2017, I have already opened a new monogame project.


Solution

  • Try searching for it manually, click on Project -> Manage Nuget Packages. Then Browse and type in "Monogame.Extended" You can also install it from here.