summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-11-10 17:29:51 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-11-10 17:29:51 -0800
commit990e44dfff5a20963e529ff764ee3ade018c3b07 (patch)
treedd0792facc04fdca4e62c03c06281ae0248d8690 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
parentb66550c6259a972b9871c41f18ea5b1b4466f02e (diff)
downloadDotNetOpenAuth-990e44dfff5a20963e529ff764ee3ade018c3b07.zip
DotNetOpenAuth-990e44dfff5a20963e529ff764ee3ade018c3b07.tar.gz
DotNetOpenAuth-990e44dfff5a20963e529ff764ee3ade018c3b07.tar.bz2
Fixes build break
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r--samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
index 9f810bb..8c7fd08 100644
--- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
+++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
@@ -63,6 +63,10 @@
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
+ <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\lib\net-v4.0\System.Net.Http.dll</HintPath>
+ </Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>