Download Nuget Packages Without VS/NuGet Package Manager

后端 未结 6 1841
盖世英雄少女心
盖世英雄少女心 2021-02-01 04:01

How can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.

6条回答
  •  情话喂你
    2021-02-01 04:24

    You can download NuGet packages outside of Visual Studio using:

    NuGet Package Explorer

    NuGet Package Explorer is a ClickOnce application which allows creating and exploring NuGet packages easily. After installing it, you can double click on a .nupkg file to view the package content. You can also load packages directly from the official NuGet feed.

    Open a package from online feed:

    And export the package to the desired location:

提交回复
热议问题