I have a project A that references NuGet Newtonsoft Json version 11 and I have another project B that references NuGet Newtonsoft Json 13 and also project B. Since project B references a lesser version the NuGet addition throws an error in the Visual Studio. Is there any way to address this or the only way is to have Project A update the Newtonsoft nuget to 13?
↧