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/OAuthServiceProvider | |
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/OAuthServiceProvider')
-rw-r--r-- | samples/OAuthServiceProvider/OAuthServiceProvider.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj index c96721e..de71268 100644 --- a/samples/OAuthServiceProvider/OAuthServiceProvider.csproj +++ b/samples/OAuthServiceProvider/OAuthServiceProvider.csproj @@ -24,7 +24,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OAuthServiceProvider</RootNamespace> <AssemblyName>OAuthServiceProvider</AssemblyName> - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <UseIISExpress>false</UseIISExpress> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |