'how to override a dependent assembly

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source