将 NuGet 与 Visual Studio 2005 结合使用
使用 NuGet 和 Visual Studio 2005 最顺畅的工作流程是什么?这有可能吗?据我所知,该插件仅适用于 Visual Studio 2010,但仍然有包管理器控制台,它似乎只不过是 powershell。我可以在没有 Visual Studio 的情况下运行控制台吗?控制台可以下载包并将其集成到 Visual Studio 2005 项目中吗?如果是这样,这是如何完成的?
What would be the most frictionless workflow for working with NuGet and Visual Studio 2005? Is this at all possible? I understand that the plugin is only available for Visual Studio 2010, but there is still the package manager console wich seems to be nothing more than powershell. Can I run the console without Visual Studio and can the console download and integrate packages into visual studio 2005 projects? If so, how is this done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Scott Hanselman 在博客中介绍了如何向 Visual Studio 2008 添加 NuGet“支持”。您或许可以调整此内容也可以在 Visual Studio 2005 中工作,尽管您当然不会获得与 Visual Studio 2010 相同的体验。
Scott Hanselman blogged about adding NuGet "support" to Visual Studio 2008. You can probably adapt this slightly to work in Visual Studio 2005 too, though of course you won't get the same experience as in Visual Studio 2010.