summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-12-18 01:17:05 +0000
committerStephen D. Huston <shuston@apache.org>2009-12-18 01:17:05 +0000
commitadfd50db4b11267798d7996ead9d1d0e87f49d8b (patch)
tree6944fd7bc1e1355a7adb1bf757b184b2a39b793a
parent6628b97777d79a909f7540837ca8fbd3c57313d4 (diff)
downloadqpid-python-adfd50db4b11267798d7996ead9d1d0e87f49d8b.tar.gz
Apply patch for QPID-2291
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@892057 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj b/qpid/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj
index b7f4ed5d0a..d01cd99ff5 100644
--- a/qpid/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj
+++ b/qpid/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj
@@ -49,7 +49,9 @@ under the License.
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>