summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-12-28 21:37:01 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-12-28 21:37:01 -0800
commit251fee71aff7c9bec7dde226907be0075ad6a5f6 (patch)
treedc483448162df5daaabf30fb58b71f99c8e9d479 /src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj
parentf44b82d128498f8e4b34026f0d72ffe39ee43575 (diff)
parent393d940b76220db38084d1c427c7bd42d36abf6f (diff)
downloadDotNetOpenAuth-251fee71aff7c9bec7dde226907be0075ad6a5f6.zip
DotNetOpenAuth-251fee71aff7c9bec7dde226907be0075ad6a5f6.tar.gz
DotNetOpenAuth-251fee71aff7c9bec7dde226907be0075ad6a5f6.tar.bz2
Target exclusively .NET Framework 4.5.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj b/src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj
index 5022f40..49596bb 100644
--- a/src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj
+++ b/src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj
@@ -63,6 +63,8 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Net.Http.WebRequest" />
<Reference Include="Validation">
<HintPath>..\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
<Private>True</Private>