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 | 7251a831e634eda2f98885777468b9f5aad6cd00 (patch) | |
tree | 3a35720528ceddf47d5312a52c5c9bf59f83085d | |
parent | 05f3547208e99eb2a3ae57f92446bd1729ebb783 (diff) | |
download | sendgrid-csharp-7251a831e634eda2f98885777468b9f5aad6cd00.zip sendgrid-csharp-7251a831e634eda2f98885777468b9f5aad6cd00.tar.gz sendgrid-csharp-7251a831e634eda2f98885777468b9f5aad6cd00.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>
|