码迷,mamicode.com
首页 > Web开发 > 详细

asp.net中兼容多个版本dll的方式

时间:2016-04-09 23:31:44      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

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

 

asp.net中兼容多个版本dll的方式

标签:

原文地址:http://www.cnblogs.com/AlanWinFun/p/5372775.html

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