I have a class library ( .net framework 4.7.2) that has a nuget package Microsoft.Azure.DataLake.Store which has a dependent assembly of Newtonsoft.Json (>= 6.0.8)
I want to use Newtonsoft.Json version 13.0.1
Class library does not have a config - Do I need to add a binding redirect to every project that references the class Lib?
Thanks, Peter