summaryrefslogtreecommitdiffstats
path: root/SendGrid/UnitTest/app.config
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/UnitTest/app.config')
-rw-r--r--SendGrid/UnitTest/app.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/SendGrid/UnitTest/app.config b/SendGrid/UnitTest/app.config
index 195db1f..c6552c3 100644
--- a/SendGrid/UnitTest/app.config
+++ b/SendGrid/UnitTest/app.config
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
+ <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
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>