Nuget versioning issue with package restore

前端 未结 6 1061
走了就别回头了
走了就别回头了 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:26

    I faced to this problem and I checked all answers that were this page and at the end my problem did not solved. After lot of search on web I could update my nuget from original site

    http://docs.nuget.org/docs/start-here/installing-nuget

    and for example for vs2010 :

    http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c

    At this site select your version of VS and then update it .

    Note : before installing nuget,close all Visual Studios and after install,Open your project. Thanks

提交回复
热议问题