diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-27 17:39:14 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-09-27 17:39:14 -0700 |
commit | f48c24b3b6abf20b70dfa1ca38e416886d21a5bf (patch) | |
tree | 9a09930c33c08c2aab497ca07a798b5c5cf7b931 /samples/OAuthResourceServer | |
parent | ba720fb8879cc12fc05319f24c830e29c0512638 (diff) | |
download | DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.zip DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.tar.gz DotNetOpenAuth-f48c24b3b6abf20b70dfa1ca38e416886d21a5bf.tar.bz2 |
Added NuGet package dependency and fixed build breaks in samples.
Diffstat (limited to 'samples/OAuthResourceServer')
-rw-r--r-- | samples/OAuthResourceServer/OAuthResourceServer.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/OAuthResourceServer/OAuthResourceServer.csproj b/samples/OAuthResourceServer/OAuthResourceServer.csproj index c4a8cc7..f02d29e 100644 --- a/samples/OAuthResourceServer/OAuthResourceServer.csproj +++ b/samples/OAuthResourceServer/OAuthResourceServer.csproj @@ -53,6 +53,10 @@ <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.Linq" /> <Reference Include="System.IdentityModel" /> + <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.ServiceModel" /> <Reference Include="System.ServiceModel.Web" /> <Reference Include="System.Web.Abstractions" /> |