Need to define bindingRedirect for Newtonsoft.Json

 

Hey,
It seems that I keep getting an error:

"System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutra"

This doesn't occur when I run the process from a configurable application that can contain:

 <dependentAssembly>

        <assemblyIdentity name="Newtonsoft.Json" culture="neutral" />

        <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />

  </dependentAssembly>

 

How can I define such bindingRedirect for terminal.exe?

 

Thanks,
Eli.

Reason: