ASP.NET MVC, Web API and Web Pages use NuGet to help you easily incorporate components for certain functions. You can incorporate these dependencies into the solution more easily using the NuGet Package Restore feature
and the public NuGet feed managed by Outercurve Foundation. Within these projects, themselves, we have implemented a config file that invokes NuGet’s Packager Restore feature. If you wish to incorporate these dependencies, run either of the following two commands
in the root directory:
build RestorePackages
build
By running “build RestorePackages” or “build”, you will be initiating the download of other software from a NuGet-based feed that is owned by the Outercurve Foundation. You are responsible for locating, reading and complying with the license terms that accompany
each such software. Each software that you obtain through this feed is licensed to you by its respective owner. Microsoft grants you no rights for non-Microsoft software from this feed.
List of NuGet Packages