You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2013/10/08 13:26:06 UTC

svn commit: r1530230 - /logging/log4net/trunk/tests/nant.build

Author: bodewig
Date: Tue Oct  8 11:26:06 2013
New Revision: 1530230

URL: http://svn.apache.org/r1530230
Log:
tests didn't compile

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=1530230&r1=1530229&r2=1530230&view=diff
==============================================================================
--- logging/log4net/trunk/tests/nant.build (original)
+++ logging/log4net/trunk/tests/nant.build Tue Oct  8 11:26:06 2013
@@ -477,6 +477,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+                <include name="System.Core.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Web.dll" />
                 <include name="System.Xml.dll" />
@@ -532,6 +533,7 @@ limitations under the License.
             <references defaultexcludes="true">
                 <include name="mscorlib.dll" />
                 <include name="System.dll" />
+                <include name="System.Core.dll" />
                 <include name="System.Data.dll" />
                 <include name="System.Xml.dll" />
                 <include name="System.Runtime.Remoting.dll" />