diff options
author | Brandon West <brawest@gmail.com> | 2013-07-28 16:14:44 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:28:31 -0600 |
commit | 94be8fa5df2056cdb7dd70687363cef630c38318 (patch) | |
tree | 60dfd882f298ed382ef84f49a38d556d5b6d4c17 /SendGrid/Example/Example.csproj | |
parent | 6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1 (diff) | |
download | sendgrid-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.csproj | 2 |
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>
|