1

I uninstalled the nuget package manager in an attempt to fix a bug. When I went to reinstall it I can't find it in the gallery. Anyone know where it's located?

The link from here is dead :(

http://docs.nuget.org/consume/installing-nuget

https://visualstudiogallery.msdn.microsoft.com/5d345edc-2e2d-4a9c-b73b-d53956dc458d

NullReference
  • 4,404
  • 12
  • 53
  • 90
  • https://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c?SRC=Home There it is – szoszk Aug 13 '15 at 20:44
  • @szoszk That's for 2013/10. For Visual studio 2015 it was called "NuGet Package Manager for Visual Studio 2015" – NullReference Aug 13 '15 at 20:46
  • Oh, OK I'm trying to start visual Studio to check it but it somehow loads very long. Already waiting for 5 min. – szoszk Aug 13 '15 at 20:48

1 Answers1

3

Apparently they moved it to github:

https://github.com/NuGet/Home/releases/tag/3.1.1

Not sure why it went missing from the extensions gallery though.

Nick Smith
  • 126
  • 2
  • 6
  • 1
    The NuGet Package Manager 2015 page in the extensions gallery not being available has been fixed now. – Matt Ward Aug 16 '15 at 13:29