embeddedLicenseFIle 1.1.6 License Info

embeddedLicenseFIle 1.1.6

This is an implementation of the NuGet Gallery and API. This serves as the back-end and community website for the NuGet client. For information about the NuGet project, visit the Home repository.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

  1. Prerequisites:

    1. Visual Studio 2017 - Install the following Workloads:
      • ASP.NET and web development
      • Azure development
    2. PowerShell 4.0
    3. SQL Server 2016
      • For development purposes connection strings point to (localdb)\mssqllocaldb, make sure that the DB engine version 13.0 or greater is being used (check by running sqllocaldb info mssqllocaldb in the command line).
  2. Clone it!

    PS C:\Code> git clone https://github.com/NuGet/NuGetGallery.git

  3. Build it!

    PS C:\Code> cd NuGetGallery
    PS C:\Code\NuGetGallery> .\build