How can I fix assembly version conflicts with JSON.NET after updating NuGet package references in a new ASP.NET MVC 5 project?

后端 未结 11 1611
粉色の甜心
粉色の甜心 2020-11-29 20:42

I created a new ASP.NET MVC 5 web project in VS 2013 (Update 1) then updated all NuGet packages. When I build the project, I get the following warning:

<
11条回答
  •  借酒劲吻你
    2020-11-29 21:30

    Remember that with the binding redirection

    oldVersion="0.0.0.0-6.0.0.0"

    You are saying that the old versions of the dll are between version 0.0.0.0 and version 6.0.0.0.

提交回复
热议问题