Github user dpsenner commented on a diff in the pull request: https://github.com/apache/logging-log4net/pull/14#discussion_r133701487 --- Diff: log4net.build --- @@ -1748,48 +1748,64 @@ limitations under the License. </csc> </if> </target> - <!-- these targets build lognet assemblies against .NET Core (.net standard 1.0.4)--> - <target name="compile-netstandard" description="Builds .NET Core"> + <!-- these targets build lognet assemblies against .NET Standard 1.3 and 2.0 --> + <target name="compile-netstandard" description="Builds .NET Standard"> --- End diff -- I would prefer this to become the target `compile-netstandard-1.3` and a second target should be added named `compile-netstandard-2.0`. Otherwise too many different targets and builds are done by one target and maintaining it becomes a hard task.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---