TBogdan
TBogdan

Reputation: 737

How to Access the NuGet Package Manager in Visual Studio 2013?

I'm developing an windows phone app with visual studio 2013 but I have the following issue. I've installed nuget package manager but I don't see the nuget package manager when I right click de References directory.

enter image description here

enter image description here

what could be the issue? Thanks

Upvotes: 3

Views: 13054

Answers (1)

Yawar
Yawar

Reputation: 11607

To access the NuGet package manager in Visual Studio 2013, go to Tools > Library Package Manager > Manage NuGet Packages for Solution... (or if you're a CLI type, choose Package Manager Console).

Upvotes: 7

Related Questions