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

后端 未结 11 1607
粉色の甜心
粉色の甜心 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:20

    If none of the above works, try using this in web.config or app.config:

    
        
            
                
                
            
        
    
    

提交回复
热议问题