From b08054592e47cb9e47cf34acb6965a08745e13ce Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期一, 20 四月 2026 10:22:19 +0800
Subject: [PATCH] 1
---
NETERPNoWin/app.config | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/NETERPNoWin/app.config b/NETERPNoWin/app.config
index 4219377..69cd8ca 100644
--- a/NETERPNoWin/app.config
+++ b/NETERPNoWin/app.config
@@ -35,6 +35,18 @@
<assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Microsoft.IdentityModel.JsonWebTokens" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.7.0.0" newVersion="5.7.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
--
Gitblit v1.9.1