From 68f6a4ad43fda2aa8dab3442f1009d88a210f2cf Mon Sep 17 00:00:00 2001
From: WX <wx036@qq.com>
Date: 星期六, 15 四月 2023 20:05:52 +0800
Subject: [PATCH] 微信native支付

---
 GasolineBlend.BLL/app.config |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GasolineBlend.BLL/app.config b/GasolineBlend.BLL/app.config
index a1d4d03..9bd9f81 100644
--- a/GasolineBlend.BLL/app.config
+++ b/GasolineBlend.BLL/app.config
@@ -14,7 +14,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.5.0" newVersion="4.0.5.0" />
+        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -22,7 +22,7 @@
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
-        <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
+        <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

--
Gitblit v1.8.0