diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-07 21:02:18 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 13:00:01 -0800 |
commit | 64eeddafbcb546ff0a175675d55dc8c8ee4ec141 (patch) | |
tree | de9d392036489a52f2b41838adee32ef510543d3 /samples/DotNetOpenAuth.ApplicationBlock | |
parent | be1ca4d186de171a6e0d3912db0016f3da8c74c6 (diff) | |
download | DotNetOpenAuth-64eeddafbcb546ff0a175675d55dc8c8ee4ec141.zip DotNetOpenAuth-64eeddafbcb546ff0a175675d55dc8c8ee4ec141.tar.gz DotNetOpenAuth-64eeddafbcb546ff0a175675d55dc8c8ee4ec141.tar.bz2 |
Reverting default target framework from 4.0 back to 3.5.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj index 35e06f0..28c4ff4 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj +++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj @@ -10,7 +10,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>DotNetOpenAuth.ApplicationBlock</RootNamespace> <AssemblyName>DotNetOpenAuth.ApplicationBlock</AssemblyName> - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> |