diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 12:12:44 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-29 12:12:44 -0800 |
commit | 5e9014f36b2d53b8e419918675df636540ea24e2 (patch) | |
tree | 0779982268c9dabc71903421850a096e0d25a954 /src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj | |
parent | 357785cae9e7f315dfb944a1a3eb9f98d7dd8f90 (diff) | |
download | DotNetOpenAuth-5e9014f36b2d53b8e419918675df636540ea24e2.zip DotNetOpenAuth-5e9014f36b2d53b8e419918675df636540ea24e2.tar.gz DotNetOpenAuth-5e9014f36b2d53b8e419918675df636540ea24e2.tar.bz2 |
Consolidating on NUnit 2.6.1 (latest supported by TeamCity).
Diffstat (limited to 'src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj b/src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj index ab4023a..00da7c5 100644 --- a/src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj +++ b/src/DotNetOpenAuth.AspNet.Test/DotNetOpenAuth.AspNet.Test.csproj @@ -40,8 +40,9 @@ <Reference Include="Moq"> <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> </Reference> - <Reference Include="nunit.framework"> - <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> + <Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> |