Skip to content

Commit 6ce0fef

Browse files
committed
Backend: upgrade JsonRpcSharp version
This one doesn't contain anymore the System.Net.Http dependency. See https://github.com/dotnet/corefx/issues/19914#issuecomment-529113925
1 parent 4cb42cb commit 6ce0fef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/GWallet.Backend/GWallet.Backend.fsproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<HintPath>..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.2\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
203203
</Reference>
204204
<Reference Include="JsonRpcSharp.TcpClient">
205-
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20190924-0104.git-030f3a3\lib\net46\JsonRpcSharp.TcpClient.dll</HintPath>
205+
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20191206-1245.git-5c2412b\lib\net46\JsonRpcSharp.TcpClient.dll</HintPath>
206206
</Reference>
207207
<Reference Include="System.IO.Pipes">
208208
<HintPath>..\..\packages\System.IO.Pipes.4.3.0\lib\net46\System.IO.Pipes.dll</HintPath>
@@ -214,16 +214,16 @@
214214
<HintPath>..\..\packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll</HintPath>
215215
</Reference>
216216
<Reference Include="JsonRpcSharp.Client">
217-
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20190924-0104.git-030f3a3\lib\net46\JsonRpcSharp.Client.dll</HintPath>
217+
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20191206-1245.git-5c2412b\lib\net46\JsonRpcSharp.Client.dll</HintPath>
218218
</Reference>
219219
<Reference Include="JsonRpcSharp.IpcClient">
220-
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20190924-0104.git-030f3a3\lib\net46\JsonRpcSharp.IpcClient.dll</HintPath>
220+
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20191206-1245.git-5c2412b\lib\net46\JsonRpcSharp.IpcClient.dll</HintPath>
221221
</Reference>
222222
<Reference Include="JsonRpcSharp.RpcClient">
223-
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20190924-0104.git-030f3a3\lib\net46\JsonRpcSharp.RpcClient.dll</HintPath>
223+
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20191206-1245.git-5c2412b\lib\net46\JsonRpcSharp.RpcClient.dll</HintPath>
224224
</Reference>
225225
<Reference Include="JsonRpcSharp.WebSocketClient">
226-
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20190924-0104.git-030f3a3\lib\net46\JsonRpcSharp.WebSocketClient.dll</HintPath>
226+
<HintPath>..\..\packages\JsonRpcSharp.0.10.0-date20191206-1245.git-5c2412b\lib\net46\JsonRpcSharp.WebSocketClient.dll</HintPath>
227227
</Reference>
228228
<Reference Include="Nethereum.ABI">
229229
<HintPath>..\..\packages\Nethereum.0.10.0-date20191002-0144.git-0942abf\lib\net46\Nethereum.ABI.dll</HintPath>

src/GWallet.Backend/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<package id="FSharp.Core" version="4.5.3" targetFramework="net46" />
66
<package id="FSharp.Data" version="3.0.0" targetFramework="net46" />
77
<package id="HtmlAgilityPack" version="1.11.9" targetFramework="net46" />
8-
<package id="JsonRpcSharp" version="0.10.0-date20190924-0104.git-030f3a3" targetFramework="net46" />
8+
<package id="JsonRpcSharp" version="0.10.0-date20191206-1245.git-5c2412b" targetFramework="net46" />
99
<package id="Microsoft.CSharp" version="4.0.1" targetFramework="net46" />
1010
<package id="Microsoft.Extensions.Logging.Abstractions" version="1.0.2" targetFramework="net46" />
1111
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net46" />

0 commit comments

Comments
 (0)