Use nunit 2.6.4 because 2.6.5 obsoletes attributes and this causes build 
warnings to show up as errors


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/382561fa
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/382561fa
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/382561fa

Branch: refs/heads/develop
Commit: 382561fac26a9bf77bb99cf7bc72e2a82a5c0e6e
Parents: 7f68939
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Wed May 9 10:18:51 2018 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Wed May 9 10:20:57 2018 +0200

----------------------------------------------------------------------
 tests/nant.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/382561fa/tests/nant.build
----------------------------------------------------------------------
diff --git a/tests/nant.build b/tests/nant.build
index f25dc1b..914e7b2 100644
--- a/tests/nant.build
+++ b/tests/nant.build
@@ -26,7 +26,7 @@ limitations under the License.
 
     <target name="install-nunit">
         <if test="${not 
file::exists('lib/${current.build.configuration.dir}/nunit.framework.dll')}">
-                       <get 
src="https://www.nuget.org/api/v2/package/NUnit/2.6.5";
+                       <get 
src="https://www.nuget.org/api/v2/package/NUnit/2.6.4";
                  dest=".tmp-nunit.zip"/>
             <unzip zipfile=".tmp-nunit.zip"
                    todir=".tmp-nunit"/>

Reply via email to