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

    https://learn.microsoft.com/en-us/nuget/what-is-nuget

    NuGet is a mechanism for creating, sharing, and consuming packages of code for .NET and .NET Core projects. Learn about NuGet tools, package targeting compatibility, and dependency management.

  2. NuGet documentation | Microsoft Learn

    https://learn.microsoft.com/en-us/nuget/

    Learn how to use NuGet, the package manager for .NET, to create, share, and consume useful libraries. Find and choose packages, use Visual Studio or dotnet CLI, publish to NuGet.org or a private feed, and more.

  3. Install NuGet client tools | Microsoft Learn

    https://learn.microsoft.com/en-us/nuget/install-nuget-client-tools

    Learn how to install and use NuGet CLI tools and Visual Studio features to consume and create NuGet packages. Compare the capabilities, support policy, and feature availability of different tools for .NET Core, .NET Framework, and .NET Standard projects.

  4. NuGet Gallery | Downloads

    https://www.nuget.org/downloads

    NuGet is a package manager for .NET framework. Download the latest or older versions of NuGet for Windows x86, Visual Studio 2017 and above, or commandline.

  5. NuGet - Wikipedia

    https://en.wikipedia.org/wiki/NuGet

    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 under the name NuPack.

  6. Packages - NuGet Gallery

    https://www.nuget.org/packages

    Read the Frequently Asked Questions about NuGet and see if your question made the list.

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

    https://learn.microsoft.com/en-us/nuget/reference/nuget-exe-cli-reference

    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.

  8. Announcing NuGet 6.5 – The Sweetest Way to Manage Your Packages

    https://devblogs.microsoft.com/nuget/announcing-nuget-6-5-the-sweetest-way-to-manage-your-packages/

    Learn about the latest release of NuGet, the package manager for .NET, which includes central package management, JSON output, package source mapping, and more. NuGet 6.5 is included in Visual Studio 2022 and .NET 7.0 out of the box.

  9. C# package management with NuGet in Visual Studio Code

    https://code.visualstudio.com/docs/csharp/package-management

    NuGet in Visual Studio Code. NuGet is the package manager for .NET. It defines how packages for .NET are created, hosted, and consumed, while providing the tools for each of those functions. NuGet also manages the dependency tree on behalf of a project, so you only need to focus on the packages that you're directly using in a project.