Author: bodewig
Date: Sat Nov  5 19:05:18 2016
New Revision: 1768272

URL: http://svn.apache.org/viewvc?rev=1768272&view=rev
Log:
add reference to System.Configuration

Modified:
    logging/log4net/trunk/tests/nant.build

Modified: logging/log4net/trunk/tests/nant.build
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/tests/nant.build?rev=1768272&r1=1768271&r2=1768272&view=diff
==============================================================================
--- logging/log4net/trunk/tests/nant.build (original)
+++ logging/log4net/trunk/tests/nant.build Sat Nov  5 19:05:18 2016
@@ -294,6 +294,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Web.dll" />
                 <include name="System.Xml.dll" />
@@ -519,6 +520,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Web.dll" />
                 <include name="System.Xml.dll" />
@@ -574,6 +576,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Xml.dll" />
                 <include name="System.Runtime.Remoting.dll" />
@@ -628,6 +631,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Core.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Web.dll" />
@@ -684,6 +688,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Core.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Xml.dll" />
@@ -739,6 +744,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+               <include name="System.Configuration.dll" />
                 <include name="System.Core.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Web.dll" />


Reply via email to