Fixing specflow tests on TeamCity

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-05 17:36:11 -07:00
parent 66c48d9a04
commit 422bff78ca
2 changed files with 9 additions and 5 deletions

View File

@@ -8,11 +8,12 @@
assemblies, which would otherwise not load
correctly.
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v4.0.30319" />
</startup>
<!-- Needed for .NET 4.0 support and SQLite
see http://www.meadow.se/wordpress/?p=393 -->
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<requiredRuntime version="v4.0.30319" />
</startup>
<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->