From 9d61367c1fd278f58f721d4c0e69999f89e4485d Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 12 十二月 2019 14:14:30 +0800 Subject: [PATCH] 添加最新绑定机制 --- ZigbeeApp/GateWay.Droid/app.config | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/app.config b/ZigbeeApp/GateWay.Droid/app.config old mode 100755 new mode 100644 index 4429813..0733bcb --- a/ZigbeeApp/GateWay.Droid/app.config +++ b/ZigbeeApp/GateWay.Droid/app.config @@ -1,11 +1,11 @@ -锘�<?xml version="1.0" encoding="utf-8"?> -<configuration> - <runtime> - <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> - <dependentAssembly> - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> - </dependentAssembly> - </assemblyBinding> - </runtime> +锘�<?xml version="1.0" encoding="utf-8"?> +<configuration> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> </configuration> \ No newline at end of file -- Gitblit v1.8.0