Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 8a43f89bb -> 605c5fcb1


log4net.build: added comment to describe the new targets


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

Branch: refs/heads/feature/netstandard-2.0
Commit: 605c5fcb12788417ee5616df4f93b995f8e60c42
Parents: 8a43f89
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sat Aug 19 18:23:27 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sat Aug 19 18:23:27 2017 +0200

----------------------------------------------------------------------
 log4net.build | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/605c5fcb/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index 08997d1..eeeddb5 100644
--- a/log4net.build
+++ b/log4net.build
@@ -203,6 +203,8 @@ limitations under the License.
     <call target="compile-sscli-1.0"/>
     <!-- netstandard-1.3 -->
     <call target="compile-netstandard-1.3"/>
+    <!-- netstandard-2.0 -->
+    <call target="compile-netstandard-2.0"/>
   </target>
   <!-- Target for compiling all build configurations for the current runtime 
configurations -->
   <target name="compile-runtime" description="Compile all build configurations 
for the current target framework">
@@ -1791,6 +1793,7 @@ limitations under the License.
       </ifnot>
     </if>
   </target>
+  <!-- these targets build lognet assemblies against .NET Standard 2.0 -->
   <target name="compile-netstandard-2.0" description="Builds .NET Standard 
2.0">
     <call target="set-debug-build-configuration"/>
     <call target="compile-netstandard-2.0-current-configuration"/>

Reply via email to