问题描述
我如何可以下载的NuGet包?我不具备的NuGet的Visual Studio扩展或命令行程序nuget.exe。我怎样才能从网上下载的文件.nupack?据我了解我就能从中提取出的.dll
文件(7-ZIP)为正常使用。
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? As I understand I will be able to extract the .dll
files from it (with 7-zip) to use as normal.
我碰巧感兴趣的包是http://nuget.org/packages/Microsoft.Bcl.Async,但我想知道如何做到这一点的一般的
The package I happen to be interested in is http://nuget.org/packages/Microsoft.Bcl.Async, but I would like to know how to do this generally.
在红宝石的世界,这将是很容易 - 在RubyGems的网站上的每个包页都有一个下载链接到.gem文件,例如:
In the world of Ruby this would be easy - every package page on the RubyGems website has a download link to a .gem file, e.g.: https://rubygems.org/gems/pony
以上的NuGet的天定命运的争论在其他地方所属。不要紧,对于这个问题,为什么我避开它。 唯一的一个。
The argument over NuGet's manifest destiny belongs elsewhere. It doesn't matter to this question why I eschew it. I'm not the only one though.
推荐答案
了。
目前有一个直接的下载链接可用即使你没有在网站上的帐户。
https://www.nuget.org/ currently has a direct download link that is available even if you don't have an account on the site.
(在左边栏的底部 - 刚下统计等环节)。
(at the bottom of the left column - just under stats and other links).
的EntityFramework的详细信息页面的示例:https://www.nuget.org/packages/EntityFramework/
Example of EntityFramework's detail page: https://www.nuget.org/packages/EntityFramework/
这篇关于如何下载的NuGet包不nuget.exe或Visual Studio扩展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!