Nuget软件包更新问题 [英] Nuget package update issues

查看:105
本文介绍了Nuget软件包更新问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在更新Visual Studio 2013中的解决方案时遇到问题。



我右键单击解决方案,选择管理解决方案的软件包,然后选择



一切似乎都可以更新,但是,在更新选项卡中,已更新的软件包仍显示为需要更新。如果我随后再次对其进行更新,则项目列表将显示每个具有软件包的项目,并且每个复选框都被禁用,就好像它已经知道它们已被更新一样。据我所知,每个项目都已更新。



我已重新启动Visual Studio



任何人

解决方案

检查您的packages文件夹。在我看来,无论出于何种原因,Nuget无法删除旧的软件包版本,都会出现此问题。因此,如果您有一个 MyLib 4.0.3.0文件夹和一个 MyLib 4.0.5.0文件夹,那么它将在已安装的软件包列表中同时显示这两个文件夹,并且认为MyLib需要更新。 / p>

I am having problems updating Nuget packages in Visual Studio 2013 for a solution.

I right-clicked the solution, chose "Manage packages for solution", then choose "Update All" in the update tab.

It all seemed to update fine, however, in the update tab, the packages that were updated are still showing as needing to update. If I then go to update them again, the list of projects shows each project that has the package, and each checkbox is disabled, as if it already knows they have been updated. So as far as I can tell, every project has been updated.

I have restarted Visual Studio

Anyone else come across this before?

解决方案

Check your packages folder. It seems to me that this problem occurs when Nuget cannot, for whatever reason, delete the old package version. So if you've got a "MyLib 4.0.3.0" folder and a "MyLib 4.0.5.0" folder, then it will show both of them in the list of installed packages, and it will think that MyLib needs to be updated.

这篇关于Nuget软件包更新问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆