Source unreachable when using the NuGet Package Manager Console

后端 未结 13 1912
面向向阳花
面向向阳花 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:43

    I had to provide the comman along with the full url as Install-Package MySql.Data.Entity -Version 6.9.8 -Source http://www.nuget.org/api/v2

提交回复
热议问题