Skip to content

Commit

Permalink
Update nunit libraries to 2.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmboggs committed Oct 12, 2013
1 parent fae165b commit 325078f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 31 deletions.
Binary file modified lib/common/2.0/nunit-console-runner.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit-console.exe
Binary file not shown.
55 changes: 24 additions & 31 deletions lib/common/2.0/nunit-console.exe.config
@@ -1,31 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
The .NET 2.0 build of the console runner only
runs under .NET 2.0 or higher. The setting
useLegacyV2RuntimeActivationPolicy only applies
under .NET 4.0 and permits use of mixed mode
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>

<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->
<legacyUnhandledExceptionPolicy enabled="1" />

<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
<loadFromRemoteSources enabled="true" />

<!-- Look for addins in the addins directory for now -->
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;addins"/>
</assemblyBinding>

</runtime>

</configuration>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
The .NET 2.0 build of the console runner only
runs under .NET 2.0 or higher. The setting
useLegacyV2RuntimeActivationPolicy only applies
under .NET 4.0 and permits use of mixed mode
assemblies, which would otherwise not load
correctly.
-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<!-- Comment out the next line to force use of .NET 4.0 -->
</startup>
<runtime>
<!-- Ensure that test exceptions don't crash NUnit -->
<legacyUnhandledExceptionPolicy enabled="1"/>
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
<loadFromRemoteSources enabled="true"/>
<!-- Look for addins in the addins directory for now -->
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib;addins"/>
</assemblyBinding>
</runtime>
</configuration>
Binary file modified lib/common/2.0/nunit.core.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.core.interfaces.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.framework.dll
Binary file not shown.
Binary file modified lib/common/2.0/nunit.util.dll
Binary file not shown.

0 comments on commit 325078f

Please sign in to comment.