diff options
Diffstat (limited to 'SendGrid/Example/app.config')
-rw-r--r-- | SendGrid/Example/app.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/app.config b/SendGrid/Example/app.config index 8382638..ac5a484 100644 --- a/SendGrid/Example/app.config +++ b/SendGrid/Example/app.config @@ -19,7 +19,7 @@ </dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
+ <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
|