From 609923576b649ad78f5137cbccf48f5c4bc3d8de Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期二, 27 一月 2026 14:46:23 +0800
Subject: [PATCH] LAYUI版增加 成本项目固定分配率 成本项目分配标准 基础资料列表和编辑页面
---
Kanban/app.config | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Kanban/app.config b/Kanban/app.config
index 7ca9f4c..75135f4 100644
--- a/Kanban/app.config
+++ b/Kanban/app.config
@@ -18,6 +18,14 @@
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
\ No newline at end of file
--
Gitblit v1.9.1