Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rocks
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2013-03-13 12:59:01 +0400
committerJb Evain <jbevain@gmail.com>2013-03-13 16:52:52 +0400
commitf3a364370f06875b3a505066c0cf8543600e2c73 (patch)
treeadf6b252bfb79ab6ad1969f3cdf1475696b666da /rocks
parent90a32a02313698f12be272f33934078ab8184bfd (diff)
Update to nunit 2.6.2
Diffstat (limited to 'rocks')
-rw-r--r--rocks/Test/Mono.Cecil.Rocks.Tests.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/rocks/Test/Mono.Cecil.Rocks.Tests.csproj b/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
index 3e7b8de..93c5550 100644
--- a/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
+++ b/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
@@ -51,17 +51,17 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.core, Version=2.5.10.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <Reference Include="nunit.core">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.5.10\nunit.core.dll</HintPath>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
</Reference>
- <Reference Include="nunit.core.interfaces, Version=2.5.10.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <Reference Include="nunit.core.interfaces">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.5.10\nunit.core.interfaces.dll</HintPath>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
</Reference>
- <Reference Include="nunit.framework, Version=2.5.10.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <Reference Include="nunit.framework">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.5.10\nunit.framework.dll</HintPath>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">