From 2f91cbefebb537819abc851a3c17a08c691055f4 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期三, 27 七月 2022 20:55:31 +0800 Subject: [PATCH] 大岛车间综合看板接口 --- VueWebApi/bin/VueWebApi.dll.config | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/VueWebApi/bin/VueWebApi.dll.config b/VueWebApi/bin/VueWebApi.dll.config index 39cfa39..ff7ce4e 100644 --- a/VueWebApi/bin/VueWebApi.dll.config +++ b/VueWebApi/bin/VueWebApi.dll.config @@ -31,7 +31,7 @@ </appSettings> <system.web> <compilation debug="true" targetFramework="4.6.1" /> - <customErrors mode="Off"/> + <customErrors mode="Off" /> <httpRuntime targetFramework="4.6.1" /> <!--session澶辨晥鏃堕棿--> <sessionState mode="InProc" timeout="240"> @@ -114,6 +114,18 @@ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.0.0.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" /> + </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> + </dependentAssembly> </assemblyBinding> </runtime> <system.codedom> -- Gitblit v1.9.3