Package manager for .NET and Microsoft development platform
Package manager for Microsoft development platform including .NET
nuget$ nuget install Newtonsoft.Json -OutputDirectory ./packages$ nuget restore MySolution.sln$ nuget push MyPackage.1.0.0.nupkg -Source https://api.nuget.org/v3/index.json