nuget

Package manager for .NET and Microsoft development platform

brewmacoslinux
Try with needOr install directly
Source

About

Package manager for Microsoft development platform including .NET

Commands

nuget

Examples

Install a NuGet package into a project$ nuget install Newtonsoft.Json -OutputDirectory ./packages
Restore all NuGet packages for a solution$ nuget restore MySolution.sln
Push a package to a NuGet server$ nuget push MyPackage.1.0.0.nupkg -Source https://api.nuget.org/v3/index.json