diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-01-27 21:53:35 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-01-27 21:53:35 -0800 |
commit | 82d1b482dd1640fa805dc66b6d6610798664e3ea (patch) | |
tree | 0c90cdc21e0c96f7cc1d5dffa5c8ed3cacf3686f /src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj | |
parent | 23f06825f7280261f599beedd977c83afe9a47c8 (diff) | |
download | DotNetOpenAuth-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.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj b/src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj index 2191c16..6641cc0 100644 --- a/src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj +++ b/src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj @@ -56,7 +56,7 @@ <Reference Include="System.Net.Http.WebRequest" /> <Reference Include="Validation, Version=2.0.0.0, Culture=neutral, PublicKeyToken=2fc06f0d701809a7, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\packages\Validation.2.0.0.12319\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath> + <HintPath>..\packages\Validation.2.0.2.13022\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> |