26 May 2016

Nuget: Package Manger for C# Projects on OSX

Most people know about using Nuget package manager from within VisualStudio, but how about from the command line, on OSX?
  • Prerequisites: HomeBrew
  • Install: brew install nuget
  • Usage:
    • Search: nuget list [package name]
    • Install: nuget install [package name]
    • Restore: nuget restore
    • Manifest: packages.config



No comments:

Post a Comment