diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-22 21:11:55 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:25 -0800 |
commit | d7da4ee795f170fdd8b09ee0cdfd5061cfa41bf1 (patch) | |
tree | 2477e88a8719e486fca222d80fc09c0ebec1eb98 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj | |
parent | 64a91a7cb41352cfc6faf93e81870365d05dfb81 (diff) | |
download | DotNetOpenAuth-d7da4ee795f170fdd8b09ee0cdfd5061cfa41bf1.zip DotNetOpenAuth-d7da4ee795f170fdd8b09ee0cdfd5061cfa41bf1.tar.gz DotNetOpenAuth-d7da4ee795f170fdd8b09ee0cdfd5061cfa41bf1.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" /> |