From 0940df2f1ab75566c96f413ab7112e76e6c5bfc7 Mon Sep 17 00:00:00 2001 From: Marek Frniak Date: Wed, 6 May 2026 07:32:55 +0200 Subject: [PATCH 1/3] Fixed - issue with old Newtonsoft.Json v 12.0 - updated to 13.0 --- TBF/TBF.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TBF/TBF.csproj b/TBF/TBF.csproj index a8a24d775..e47dc2621 100644 --- a/TBF/TBF.csproj +++ b/TBF/TBF.csproj @@ -124,8 +124,8 @@ ..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll - - ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll ..\packages\NHibernate.4.0.4.4000\lib\net40\NHibernate.dll From 91c63e07924a74aa6ded17271163cbb834167a2f Mon Sep 17 00:00:00 2001 From: Marek Frniak Date: Wed, 6 May 2026 07:35:17 +0200 Subject: [PATCH 2/3] Fixed - bad copying GenesisCordonelInterface runtime files to TBF target folder --- TBF/Build/CopyGci.targets.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TBF/Build/CopyGci.targets.xml b/TBF/Build/CopyGci.targets.xml index 030bc99b6..1431f42a7 100644 --- a/TBF/Build/CopyGci.targets.xml +++ b/TBF/Build/CopyGci.targets.xml @@ -1,3 +1,19 @@  + + + + + + + + + + + + + \ No newline at end of file From 5d60523e8735197656edb9cb6d093d702edaaa23 Mon Sep 17 00:00:00 2001 From: Marek Frniak Date: Wed, 6 May 2026 07:38:49 +0200 Subject: [PATCH 3/3] Fixed - next issue with old Newtonsoft.Json v 12.0 - updated to 13.0 --- TBF/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TBF/packages.config b/TBF/packages.config index 1827c7b9e..609408d25 100644 --- a/TBF/packages.config +++ b/TBF/packages.config @@ -5,7 +5,7 @@ - +