summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-01-27 21:53:35 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2013-01-27 21:53:35 -0800
commit82d1b482dd1640fa805dc66b6d6610798664e3ea (patch)
tree0c90cdc21e0c96f7cc1d5dffa5c8ed3cacf3686f /src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
parent23f06825f7280261f599beedd977c83afe9a47c8 (diff)
downloadDotNetOpenAuth-82d1b482dd1640fa805dc66b6d6610798664e3ea.zip
DotNetOpenAuth-82d1b482dd1640fa805dc66b6d6610798664e3ea.tar.gz
DotNetOpenAuth-82d1b482dd1640fa805dc66b6d6610798664e3ea.tar.bz2
Updates to Validation 2.0.2 and log4net 2.0.0.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj')
-rw-r--r--src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
index da914e6..12aca4f 100644
--- a/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
+++ b/src/DotNetOpenAuth.OAuth/DotNetOpenAuth.OAuth.csproj
@@ -86,9 +86,9 @@
<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>
+ <Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />