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
commitf5eb8b2b9e279e6aab751ffd1134dbf97717ebee (patch)
tree202a82e2c57ed6d89be2468ffddbfffad96f785c
parent662b50f4c07dfb8891e4ab1dcaec2593a99d9091 (diff)
downloadqpid-python-f5eb8b2b9e279e6aab751ffd1134dbf97717ebee.tar.gz
Apply patch for QPID-2291
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@892057 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj b/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj
index b7f4ed5d0a..d01cd99ff5 100644
--- a/wcf/test/Apache/Qpid/Test/Channel/Functional/FunctionalTests.csproj
+++ b/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>