embeddedLicenseFIle 1.1.6 License Info
embeddedLicenseFIle 1.1.6
NuGet Gallery — Where packages are found
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.
Build and Run the Gallery in (arbitrary number) easy steps
Prerequisites:
- Visual Studio 2017 - Install the following
Workloads
:- ASP.NET and web development
- Azure development
- PowerShell 4.0
- 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 runningsqllocaldb info mssqllocaldb
in the command line).
- For development purposes connection strings point to
- Visual Studio 2017 - Install the following
Clone it!
PS C:\Code> git clone https://github.com/NuGet/NuGetGallery.git
Build it!
PS C:\Code> cd NuGetGallery PS C:\Code\NuGetGallery> .\build