Nuget versioning issue with package restore

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

    None of the offered solutions worked for me (Visual Studio 2013, Nuget Package Manager Version 2.8.5).

    I had same error but it was saying I had version 2.5.4.

    I fixed it by going to Tools > Nuget Manager Console > Nuget Package Console. This open's up a command line window. At the top of the window was a prompt to download missing packages for my project.

    Pressed the download button and errors went away upon build.

提交回复
热议问题