我想在VS2019中使用Newtonsoft.Json库。 我正在尝试使用nuget安装它。 当我在nuget中选择库时,单击以将其安装在当前项目中,我会收到一个非常奇怪的错误:
Error Failed to fetch results from V2 feed at 'https://github.com/XiaoFaye/WooCommerce.NET/FindPackagesById()?id='Newtonsoft.Json'&semVerLevel=2.0.0' with following message : Response status code does not indicate success: 404 (Not Found).
为什么要尝试从“ https://github.com/XiaoFaye/WooCommerce.NET”安装它?
我尝试将其安装在新项目中,已删除并重新安装Visual Studio。
在另一台计算机上,安装工作正常……
谢谢!
答案 0 :(得分:0)
您可以直接从VS安装它。 右键单击您的项目名称,然后选择管理NuGet软件包选项。 转到“浏览”标签并搜索 Newtonwnsoft.json 。 单击安装。 希望对您有帮助。