From deb42c9932119481707189ef0767c0d1d9b58a38 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Mon, 31 Jul 2023 15:54:41 +0800 Subject: [PATCH] JsonRpcSharp.Client: upd Newtonsoft dep This way we tackle a potential security issue, as we did already in geewallet: https://github.com/nblockchain/geewallet/commit/5ade841465de7fe4b05b30f89a202f23d70feef7 Closes https://github.com/nblockchain/JsonRpcSharp/pull/16 --- src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj b/src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj index aa88180..4ee8a22 100644 --- a/src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj +++ b/src/JsonRpcSharp.Client/JsonRpcSharp.Client.csproj @@ -11,7 +11,7 @@ - +