diff options
Diffstat (limited to 'SendGrid/Example/app.config')
-rw-r--r-- | SendGrid/Example/app.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SendGrid/Example/app.config b/SendGrid/Example/app.config index e7e5866..f05baaa 100644 --- a/SendGrid/Example/app.config +++ b/SendGrid/Example/app.config @@ -18,6 +18,10 @@ <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.18.0" newVersion="2.2.18.0" />
</dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
\ No newline at end of file |