Source unreachable when using the NuGet Package Manager Console

后端 未结 13 1909
面向向阳花
面向向阳花 2020-12-12 15:11

We are moving our package management from manually updating files to NuGet. I am trying to install older versions of packages to match the one we already have in source cont

相关标签:
13条回答
  • 2020-12-12 16:10

    I have faced this issue VS2013 and wasted 3 hours of time.

    Not Sure what was the cause of the issue. But none of the above solutions worked for me.

    Re-Installtion of Nuget Package Manager console worked for me.

    Tools - > Extensions and Updates -> Under All Look for Nuget Package Manager for Visual Studio and hit uninstall.

    Go to https://marketplace.visualstudio.com/items?itemName=NuGetTeam.NuGetPackageManagerforVisualStudio2013 and download the extension.

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