Update json + inserito HtmlAgilityPack x page scraping

This commit is contained in:
Samuele E. Locatelli
2019-04-24 08:52:51 +02:00
parent 7ebeafa42c
commit cd6889f647
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -74,12 +74,15 @@
<Reference Include="CndexLinkDotNet">
<HintPath>..\CncLib\ExtLib\CndexLinkDotNet.dll</HintPath>
</Reference>
<Reference Include="HtmlAgilityPack, Version=1.11.3.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.11.3\lib\Net40-client\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="krcc, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>ExtLib\krcc.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.6.2\lib\net40-client\NLog.dll</HintPath>
+2 -1
View File
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autoupdater.NET.Official" version="1.5.1" targetFramework="net40-client" />
<package id="HtmlAgilityPack" version="1.11.3" targetFramework="net40-client" />
<package id="Microsoft.VisualStudio.SlowCheetah" version="3.2.20" targetFramework="net40-client" developmentDependency="true" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net40-client" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net40-client" />
<package id="NLog" version="4.6.2" targetFramework="net40-client" />
<package id="PrettyBin" version="1.1.0" targetFramework="net461" />
<package id="S7netplus" version="0.1.9" targetFramework="net40-client" />