Getting started with NuGet
devNuGet is the package manager for the Microsoft development platform, including .NET. To use NuGet in your development workflow, you can follow these primary paths:
- Consume NuGet packages: Learn how to add and manage packages within your existing projects.
- Create NuGet packages: Learn how to package your own code and publish it to a repository.
- Use Client Tools: Use the NuGet client tools to produce and consume packages. These tools include:
- The NuGet command-line tool (version 4.0 and higher).
- The Visual Studio Extension (for Visual Studio 2017 and later).
- PowerShell CmdLets.
For detailed guides, visit the NuGet Docs.