diff options
Diffstat (limited to 'OATH.Net.Test/OATH.Net.Test.csproj')
-rw-r--r-- | OATH.Net.Test/OATH.Net.Test.csproj | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/OATH.Net.Test/OATH.Net.Test.csproj b/OATH.Net.Test/OATH.Net.Test.csproj index 0b7e00f..10cdac7 100644 --- a/OATH.Net.Test/OATH.Net.Test.csproj +++ b/OATH.Net.Test/OATH.Net.Test.csproj @@ -34,17 +34,13 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Moq"> - <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> + <Reference Include="Moq, Version=4.2.1402.2112, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath> </Reference> - <Reference Include="nunit.framework"> - <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath> - </Reference> - <Reference Include="nunit.mocks"> - <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath> - </Reference> - <Reference Include="pnunit.framework"> - <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath> + <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> |