NuGet not updating project references

前端 未结 7 1092
鱼传尺愫
鱼传尺愫 2021-02-07 07:29

I recently migrated all my Visual Studio 2013 projects to Visual Studio 2015 and followed the steps documented in this article by Nuget to make sure that automatic package resto

7条回答
  •  离开以前
    2021-02-07 08:03

    I happened to come across the same problem. i tried all the possible solution but found the solution - just open the .proj file in an text editor and check the package Version and the HintPath in the Reference tag. Sometime there is an mismatch correct it then Visual studio will recognize. I hope everyone can save lot of time. Here is an sample to refer

    
          ..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll
    
    

提交回复
热议问题