diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-22 21:11:55 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-01 19:36:42 -0800 |
commit | 1c530a5ebc0f126a44f15ea96739eac8b457b1d0 (patch) | |
tree | 43a16f32f5edb3f6e7e07da42bf9492faf5a4d50 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | |
parent | 5296b6aa6ea7c414f58e42eaad68534ef48f312d (diff) | |
download | DotNetOpenAuth-1c530a5ebc0f126a44f15ea96739eac8b457b1d0.zip DotNetOpenAuth-1c530a5ebc0f126a44f15ea96739eac8b457b1d0.tar.gz DotNetOpenAuth-1c530a5ebc0f126a44f15ea96739eac8b457b1d0.tar.bz2 |
Fixed build warnings regarding CLR 4 build and System.Web.Abstractions.dll
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r-- | samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj index 8dff7d5..6c57c76 100644 --- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj +++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj @@ -63,7 +63,7 @@ <Reference Include="System.Web.Extensions"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> - <Reference Include="System.Web.Abstractions" /> + <Reference Include="System.Web.Abstractions" Condition=" '$(ClrVersion)' == '2' " /> <Reference Include="System.Web.Routing" /> <Reference Include="System.Xml" /> <Reference Include="System.Configuration" /> |