From d42ad8b01195def2a9309930e14f90ff13ad47b1 Mon Sep 17 00:00:00 2001 From: 杨前锦 <1010338399@qq.com> Date: 星期四, 19 六月 2025 17:24:28 +0800 Subject: [PATCH] 印尼佳通出入库策略优化 --- HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/App.config | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/App.config b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/App.config index 7f541b1..44d0f06 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/App.config +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/App.config @@ -37,6 +37,14 @@ <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-8.0.30.0" newVersion="8.0.30.0" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /> + </dependentAssembly> </assemblyBinding> </runtime> </configuration> -- Gitblit v1.9.1