You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/10/31 19:03:34 UTC

[11/12] logging-log4net git commit: Add reference to the nunit test adapter package so that visual studio test explorer finds the tests

Add reference to the nunit test adapter package so that visual studio test explorer finds the tests


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

Branch: refs/heads/develop
Commit: f267c638d805fc35d72d06369d4bab96c5100989
Parents: 35e591d
Author: Dominik Psenner <dp...@apache.org>
Authored: Tue Oct 31 17:36:07 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Tue Oct 31 17:36:07 2017 +0100

----------------------------------------------------------------------
 tests/src/packages.config | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/f267c638/tests/src/packages.config
----------------------------------------------------------------------
diff --git a/tests/src/packages.config b/tests/src/packages.config
index e594870..bddd01c 100644
--- a/tests/src/packages.config
+++ b/tests/src/packages.config
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more 
 contributor license agreements. See the NOTICE file distributed with
@@ -17,4 +17,5 @@ limitations under the License.
 -->
 <packages>
   <package id="NUnit" version="2.6.4" targetFramework="net4" />
-</packages>
+  <package id="NUnitTestAdapter" version="2.1.1" targetFramework="net45" />
+</packages>
\ No newline at end of file