My code is giving me the following error:
Could not load file or assembly 'Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=token' or one of its dependencies. The system cannot find the file specified.
The project had v 7.0.1 installed. The app.config has a bindingRedirect:
oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"
I tried to update that to point to 7.0.1 and that didn't work.
I have tried to remove and replace the reference to the dll in the project, but to no result. I've done a package restore. Can anyone tell me what I'm missing?