In order to be able to manage your projects’ packages, you need the NuGet Package Manager. This is a Visual Studio Extension, explained in the official docs: Installing and Updating NuGet Client.

Starting with Visual Studio 2012, NuGet is included in every edition, and can be used from: Tools -> NuGet Package Manager -> Package Manager Console.

You do so through the Tools menu of Visual Studio, clicking Extensions and Updates:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/39d73209-684d-4524-8e15-fcb63ee0038c/Untitled.png

This installs both the GUI:

And the Package Manager Console: