warning MSB3247: 发现同一依赖程序集的不同版本之间存在冲突。 Visual Studio编译过程中,发现以下警告: 请考虑使用 app.config 将程序集“Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”从版本“10.0.0.0”[]重新映射到版本“13.0.0.0”[D:\WorkSpace...\Debug\Newtonsoft.Json.dll],以解...
The above three kinds of dependencies trees would cause the same warning msb3247 in VS2012, so such warning code cannot tell you whether you can resolve it with assembly binding. However, there is a difference that if the warning messages contain a hint like "Consider app.config remapping ...
根据冲突的根本原因,解决方法可能是通过升级或重新安装 NuGet 包或 SDK 来更新磁盘上的程序集版本。 如果只想将所有包更新到最新版本,则可以从 Visual Studio 中的包管理器控制台Update-Package -reinstall运行命令。 请参阅重新安装和更新包。 但是,可能是你在磁盘上有意保存了多个版本的引用程序集,而你的项目或...