summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.csproj
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-28 16:14:44 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commit94be8fa5df2056cdb7dd70687363cef630c38318 (patch)
tree60dfd882f298ed382ef84f49a38d556d5b6d4c17 /SendGrid/Example/Example.csproj
parent6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1 (diff)
downloadsendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.zip
sendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.tar.gz
sendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.tar.bz2
set things up for both .NET 4.0 and 4.5
Diffstat (limited to 'SendGrid/Example/Example.csproj')
-rw-r--r--SendGrid/Example/Example.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/Example.csproj b/SendGrid/Example/Example.csproj
index 169697f..97a47b4 100644
--- a/SendGrid/Example/Example.csproj
+++ b/SendGrid/Example/Example.csproj
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Example</RootNamespace>
<AssemblyName>Example</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>