码迷,mamicode.com
首页 > 其他好文 > 详细

程序集里包含多个版本dll引用 ,强制低版本到制定版本dll引用

时间:2016-07-01 19:51:52      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

 

在 config 的 <configuration> 节点内加入以下 类似信息

以下是以Newtonsoft.Json 为例子

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>

程序集里包含多个版本dll引用 ,强制低版本到制定版本dll引用

标签:

原文地址:http://www.cnblogs.com/Zoes/p/5633958.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!