Nuget versioning issue with package restore

前端 未结 6 1188
走了就别回头了
走了就别回头了 2021-01-30 15:47

I am unable to install a package (using package restore) due to some kind of versioning issue with Nuget. Here are the steps I took:

build project: error : The schema ve

6条回答
  •  無奈伤痛
    2021-01-30 16:38

    The following worked for me in Visual Studio 2012:

    • Run VS 2012 as Administrator
    • Click Tools -- Extensions and Updates
    • In the left nav, Updates -- Visual Studio Gallery
    • Click Update on NuGet Package Manager
    • Install the update
    • Restart Visual Studio

提交回复
热议问题