Nuget package update issues

前端 未结 1 1334
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 17:07

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

1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-17 17:45

    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.

    0 讨论(0)
提交回复
热议问题