Skip to content

Commit d76ee0b

Browse files
committed
Backend: upgrade HtmlAgilityPack nuget dependency
The reason is that the new versions don't depend anymore on the deprecated System.Net.Http nuget package. See [1] forr more info. [1] dotnet/runtime#21777 (comment)
1 parent dc810d5 commit d76ee0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GWallet.Backend/GWallet.Backend.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<HintPath>..\..\packages\Nethereum.0.92.0-date20200610-0232.git-686865c\lib\netstandard2.0\Nethereum.Web3.dll</HintPath>
259259
</Reference>
260260
<Reference Include="HtmlAgilityPack">
261-
<HintPath>..\..\packages\HtmlAgilityPack.1.11.9\lib\Net45\HtmlAgilityPack.dll</HintPath>
261+
<HintPath>..\..\packages\HtmlAgilityPack.1.11.24\lib\Net45\HtmlAgilityPack.dll</HintPath>
262262
</Reference>
263263
</ItemGroup>
264264
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/GWallet.Backend/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Common.Logging.Core" version="3.4.1" targetFramework="net46" />
44
<package id="FSharp.Core" version="4.7.0" targetFramework="net461" />
55
<package id="FSharp.Data" version="3.0.0" targetFramework="net46" />
6-
<package id="HtmlAgilityPack" version="1.11.9" targetFramework="net46" />
6+
<package id="HtmlAgilityPack" version="1.11.24" targetFramework="net471" />
77
<package id="JsonRpcSharp" version="0.92.0-date20200610-0657.git-425436f" targetFramework="net461" />
88
<package id="Microsoft.CSharp" version="4.0.1" targetFramework="net46" />
99
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.2" targetFramework="net46" />

0 commit comments

Comments
 (0)