mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Downgrading to NUnit 2.5.2
Tyring to see if this is this upgrade which broke the specflow tests on teamcity --HG-- branch : 1.x
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<NUnitProject>
|
||||
<Settings appbase="."/>
|
||||
<Config name="Default" binpath="lib;tests;framework" runtimeFramework="v3.5">
|
||||
<Config name="Default" binpath="lib;tests;framework" runtimeFramework="v2.0">
|
||||
<assembly path="tests/nunit.framework.tests.dll" />
|
||||
<assembly path="tests/nunit.core.tests.dll" />
|
||||
<assembly path="tests/nunit.util.tests.dll" />
|
||||
@@ -9,6 +9,6 @@
|
||||
<assembly path="tests/nunit.uiexception.tests.dll" />
|
||||
<assembly path="tests/nunit.uikit.tests.dll" />
|
||||
<assembly path="tests/nunit-gui.tests.dll" />
|
||||
<assembly path="tests/nunit-editor.tests.dll" />
|
||||
<assembly path="tests/nunit.fixtures.tests.dll" />
|
||||
</Config>
|
||||
</NUnitProject>
|
||||
|
Reference in New Issue
Block a user