diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-28 10:44:14 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-28 10:44:14 -0800 |
commit | feaad821a771e968d6dbc3ef6072762a8ed6dad6 (patch) | |
tree | 230b0c8644abbcc9f643b4a6dfe57390f0e3a375 /samples/OAuthClient/OAuthClient.csproj | |
parent | f44b82d128498f8e4b34026f0d72ffe39ee43575 (diff) | |
download | DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.zip DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.tar.gz DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.tar.bz2 |
Retargets exclusively to .NET 4.5 now.
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 036a913..e7f33fc 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -23,7 +23,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OAuthClient</RootNamespace> <AssemblyName>OAuthClient</AssemblyName> - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkProfile /> <UseIISExpress>true</UseIISExpress> </PropertyGroup> |