diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:52:58 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-10 13:52:58 -0800 |
commit | ff8fe7e4f58ec7164d8f3153579153b84be89994 (patch) | |
tree | 73d67b7db39ae42bec828732f7dbd2e6f5455b8e | |
parent | 028ef47dc6064bfd31347f826734a9bcb7cee13f (diff) | |
download | sendgrid-csharp-ff8fe7e4f58ec7164d8f3153579153b84be89994.zip sendgrid-csharp-ff8fe7e4f58ec7164d8f3153579153b84be89994.tar.gz sendgrid-csharp-ff8fe7e4f58ec7164d8f3153579153b84be89994.tar.bz2 |
changed target platform
-rwxr-xr-x | SendGrid/Example/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SendGrid/Example/app.config b/SendGrid/Example/app.config new file mode 100755 index 0000000..cb2586b --- /dev/null +++ b/SendGrid/Example/app.config @@ -0,0 +1,3 @@ +<?xml version="1.0"?>
+<configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|