diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-27 06:58:35 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-27 06:58:35 -0800 |
commit | 518728ccbd49b9dc1f024c63febf4c0b372fdcd3 (patch) | |
tree | 22e2890d1c8ae7f441477e61b7bb1c64d4c0da19 /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | 26866fa70d7671ff5e0801d967a8f9bed0927c2b (diff) | |
download | DotNetOpenAuth-518728ccbd49b9dc1f024c63febf4c0b372fdcd3.zip DotNetOpenAuth-518728ccbd49b9dc1f024c63febf4c0b372fdcd3.tar.gz DotNetOpenAuth-518728ccbd49b9dc1f024c63febf4c0b372fdcd3.tar.bz2 |
Upgrades to Validation 2.0.1 to solve partially trusted callers problem.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 1ecfa30..60248b2 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -91,9 +91,9 @@ <Reference Include="System.Xml.Linq"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> - <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> + <Reference Include="Validation"> + <HintPath>..\packages\Validation.2.0.1.12362\lib\portable-windows8+net40+sl5+windowsphone8\Validation.dll</HintPath> + <Private>True</Private> </Reference> </ItemGroup> <ItemGroup> |