“HtmlAgilityPack”已拥有为“System.Net.Http”定义的依赖项的解决方案

#事故现场

  在vs2013上用nuget安装 HtmlAgilityPack -Version 1.8.9时,报错如下:

Install-Package : “HtmlAgilityPack”已拥有为“System.Net.Http”定义的依赖项。
所在位置 行:1 字符: 1
+ Install-Package HtmlAgilityPack -Version 1.8.9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

#解决方案

1、方案一:

  更新visual studio到最新的版本vs2017,就可以解决这个问题;

2、方案二:

  使用较低版本的HtmlAgilityPack;

Install-Package HtmlAgilityPack -Version 1.4.9.5

  安装成功;

#参考

1、nuget-HtmlAgilityPack:https://www.nuget.org/packages/HtmlAgilityPack/1.8.9

2、HtmlAgilityPack官网:https://html-agility-pack.net/

3、stackoverflow:https://stackoverflow.com/questions/46061487/cant-install-htmlagilitypack-on-vs2012

 

posted @ 2018-11-06 20:47  willingtolove  阅读(2278)  评论(0编辑  收藏  举报