From 713d5218ee2b47c0c92f75c19c49bb7e883cd214 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 25 七月 2024 13:35:51 +0800
Subject: [PATCH] nuget包升级

---
 WinFrmUI/IStation.WinFrmUI.Monitor/app.config |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/IStation.WinFrmUI.Monitor/app.config b/WinFrmUI/IStation.WinFrmUI.Monitor/app.config
index 9524d37..d8ea860 100644
--- a/WinFrmUI/IStation.WinFrmUI.Monitor/app.config
+++ b/WinFrmUI/IStation.WinFrmUI.Monitor/app.config
@@ -14,6 +14,14 @@
         <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
         <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
       </dependentAssembly>
+      <dependentAssembly>
+        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
+      </dependentAssembly>
+      <dependentAssembly>
+        <assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-1.0.118.0" newVersion="1.0.118.0" />
+      </dependentAssembly>
     </assemblyBinding>
   </runtime>
 </configuration>
\ No newline at end of file

--
Gitblit v1.9.3