当我尝试安装软件包时,出现此错误:
Could not connect to the feed specified at "https://nuget.org/api/v2/"'.
Please verify that the package source (located in the Package Manager Settings) is
valid and ensure your network connectivity.
答案 0 :(得分:1)
如果您使用的是Visual Studio 2017,则nuget.org(NuGet提要)的源为'https://api.nuget.org/v3/index.json'。
尝试将源路径更改为该路径。您可以通过从主菜单中选择Tools
-> Options
,然后选择NuGet Package Manager
-> Package Sources
来实现。
在那里,您将看到一个来源列表,您可以在其中添加带有右上角绿色箭头的资源。
我建议您阅读有关NuGet使用情况的文档here。