summaryrefslogtreecommitdiffstats
path: root/SendGrid
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2014-06-14 12:20:57 -0600
committerBrandon West <brawest@gmail.com>2014-06-14 12:20:57 -0600
commitb162c600075ff8b4e42173b034944b86c2df09fc (patch)
treeb3779d861077fcd55af9723f2ff518109bd98acb /SendGrid
parent43850ff6be7b4e63dd03933a2e8bd3d1ae188592 (diff)
downloadsendgrid-csharp-b162c600075ff8b4e42173b034944b86c2df09fc.zip
sendgrid-csharp-b162c600075ff8b4e42173b034944b86c2df09fc.tar.gz
sendgrid-csharp-b162c600075ff8b4e42173b034944b86c2df09fc.tar.bz2
remove app.config dependents
Diffstat (limited to 'SendGrid')
-rw-r--r--SendGrid/SendGridMail/app.config12
-rw-r--r--SendGrid/Tests/app.config16
2 files changed, 0 insertions, 28 deletions
diff --git a/SendGrid/SendGridMail/app.config b/SendGrid/SendGridMail/app.config
index f04d0d1..67113e6 100644
--- a/SendGrid/SendGridMail/app.config
+++ b/SendGrid/SendGridMail/app.config
@@ -1,15 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
</configuration> \ No newline at end of file
diff --git a/SendGrid/Tests/app.config b/SendGrid/Tests/app.config
index cf0f3ba..67113e6 100644
--- a/SendGrid/Tests/app.config
+++ b/SendGrid/Tests/app.config
@@ -1,19 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-2.6.6.0" newVersion="2.6.6.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-2.6.6.0" newVersion="2.6.6.0" />
- </dependentAssembly>
- <dependentAssembly>
- <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>
- </assemblyBinding>
- </runtime>
</configuration> \ No newline at end of file