From d7be195b0e1949c7b38bce2ad83ae974cbfac094 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期三, 04 九月 2024 13:58:54 +0800 Subject: [PATCH] 优化图纸审核备注的图片上传; --- PdmSwPlugin.Test/app.config | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PdmSwPlugin.Test/app.config b/PdmSwPlugin.Test/app.config index 2e2966e..c191f94 100644 --- a/PdmSwPlugin.Test/app.config +++ b/PdmSwPlugin.Test/app.config @@ -4,7 +4,7 @@ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <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" /> + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> -- Gitblit v1.9.1