From 5fce5edca1f48f7c1b1bc3008fa9ffafd8497c99 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Tue, 23 Jan 2024 20:11:53 +0800 Subject: [PATCH] FX.{Core|Tests}: upgrade Newtonsoft.Json In order to fix (potential) security vulnerabilities pointed out by DependaBot. Closes https://github.com/nblockchain/FX/pull/11 Closes https://github.com/nblockchain/FX/pull/13 --- src/FX.Core/FX.Core.fsproj | 2 +- src/FX.Tests/FX.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FX.Core/FX.Core.fsproj b/src/FX.Core/FX.Core.fsproj index cc0abc1..65e1938 100644 --- a/src/FX.Core/FX.Core.fsproj +++ b/src/FX.Core/FX.Core.fsproj @@ -14,6 +14,6 @@ - + diff --git a/src/FX.Tests/FX.Tests.csproj b/src/FX.Tests/FX.Tests.csproj index b71a6da..e5d0208 100644 --- a/src/FX.Tests/FX.Tests.csproj +++ b/src/FX.Tests/FX.Tests.csproj @@ -10,7 +10,7 @@ - +