How to download a Nuget package without nuget.exe or Visual Studio extension?

后端 未结 6 630
鱼传尺愫
鱼传尺愫 2020-11-28 01:30

How can I download a NuGet package? I don\'t have the NuGet Visual Studio extension or the command line program nuget.exe. How can I download the .nupack file from the web?

6条回答
  •  执笔经年
    2020-11-28 02:20

    Although building the URL or using tools is still possible, it is not needed anymore.

    https://www.nuget.org/ currently has a download link named "Download package", that is available even if you don't have an account on the site.

    (at the bottom of the right column).


    Example of EntityFramework's detail page: https://www.nuget.org/packages/EntityFramework/: (Updated after comment of kwitee.)

提交回复
热议问题