About 359,000 results
Open links in new tab
  1. NuGet Gallery | Home

    What is NuGet? NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all …

  2. What is NuGet and what does it do? | Microsoft Learn

    Oct 11, 2022 · NuGet provides the central nuget.org repository with support for private hosting. NuGet provides the tools developers need for creating, publishing, and consuming packages.

  3. NuGet - Wikipedia

    NuGet (pronounced "New Get") [3] is a package manager, primarily used for packaging and distributing software written using .NET and the .NET Framework. The Outercurve Foundation initially created it …

  4. NuGet Gallery | Downloads

    Visual Studio 2017 and above NuGet Package Manager (PM UI and PM Console) is included with Visual Studio. Latest NuGet releases are delivered as part of Visual Studio updates. Note: nuget.exe …

  5. Install NuGet client tools | Microsoft Learn

    Learn how to install and use the dotnet and NuGet client command-line interface (CLI) tools and the Package Manager tool for Visual Studio.

  6. nuget-for-beginners/docs/what-is-nuget.md at main - GitHub

    A beginner-friendly guide to NuGet package management in .NET. Learn how to use, create, and publish NuGet packages through hands-on examples and practical tutorials.

  7. NuGet: The Backbone of .NET Dependency Management

    6 days ago · NuGet is the official package manager for the .NET ecosystem. Its only job is to find, install, update, and manage dependencies for .NET projects. If you’re building anything in .NET. Key …

  8. NuGet Gallery | Packages

    7,370,317,611 total downloads last updated 3 months ago Latest version: 13.0.4 json

  9. NuGet Command-Line Interface (CLI) Reference | Microsoft Learn

    The NuGet Command Line Interface (CLI), nuget.exe, provides the full extent of NuGet functionality to install, create, publish, and manage packages without making any changes to project files.

  10. Nuget Package Manager in .NET - C# Corner

    Jul 9, 2025 · NuGet is the official package manager for the .NET Framework and .NET Core. It enables developers to easily add, update, and manage reusable code libraries (known as packages) within …