Source unreachable when using the NuGet Package Manager Console

后端 未结 13 1911
面向向阳花
面向向阳花 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 15:51

    I had the same issue with the same message. But the reason of my problem was lost connection to TFS. My TFS server was hosted in other network and I used VPN for access to it. When I tried to install the package without established connection to TFS (VPN was turned off) I got the same problem.

    Be aware of this TFS behavior.

提交回复
热议问题