I'm having to add assembly redirects for Newtonsoft.Json because of this package. We're using version 9.0 and this assembly relies on the exact version of 4.5 to run (which is super old). Can you make it like the other packages and rely on version >= 7.0 ?
I'm having to add assembly redirects for Newtonsoft.Json because of this package. We're using version 9.0 and this assembly relies on the exact version of 4.5 to run (which is super old). Can you make it like the other packages and rely on version >= 7.0 ?