解决Newtonsoft.Json版本问题
Posted 梦想&现实
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决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-12.0.0.0" newVersion="6.0.0.0"/> </dependentAssembly> </assemblyBinding> </runtime>
oldVersion 从什么版本到什么版本,都强制使用newVersion的版本
本例子说明从0-12版本都谁用6版本的
引用地址:https://www.cnblogs.com/tansea/p/newtonsoft_json_version_error.html
以上是关于解决Newtonsoft.Json版本问题的主要内容,如果未能解决你的问题,请参考以下文章
.NET Core 3.0 System.Text.Json 和 Newtonsoft.Json 行为不一致问题及解决办法
.net 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0
FineUI中Newtonsoft.Json版本报错解决办法
调用百度开发者API,程序集AipSdk所使用的Newtonsoft.Json,版本高于所引用的程序集Newtonsoft.Json