[jira] [Commented] (LOG4NET-467) Is .NET Core, will be supported in the near future, or not

2016-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486266#comment-15486266 ] ASF GitHub Bot commented on LOG4NET-467: Github user niemyjski commented on the issue:

[GitHub] log4net issue #16: (LOG4NET-467) .NET Core support

2016-09-12 Thread niemyjski
Github user niemyjski commented on the issue: https://github.com/apache/log4net/pull/16 The lower the .net standard you can target the more places it will run. 1.0 can run every where (1.0, 1.6, etc). You should be targeting 1.3 here. --- If your project is set up for it, you can

[GitHub] log4net issue #16: (LOG4NET-467) .NET Core support

2016-09-12 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/log4net/pull/16 @chlowell maybe you can help us with two questions. Why did you chose netstandard1.3 as target and not, say, netstandard1.6. .NET Core 1.0 should provide the later AFAIU. Why did

Re: NAnt and Mono (was Re: Happy to help)

2016-09-12 Thread Ryan Boggs
On Sep 12, 2016 7:43 AM, "Stefan Bodewig" wrote: > > On 2016-09-12, Ryan Boggs wrote: > > > On Sep 12, 2016 1:43 AM, "Stefan Bodewig" wrote: > > >> It looks as if System.dll now resides in mono/4.0-api rather than > >> mono/4.0 (the later only holds

Re: NAnt and Mono (was Re: Happy to help)

2016-09-12 Thread Stefan Bodewig
On 2016-09-12, Ryan Boggs wrote: > On Sep 12, 2016 1:43 AM, "Stefan Bodewig" wrote: >> It looks as if System.dll now resides in mono/4.0-api rather than >> mono/4.0 (the later only holds Mono.Posix.dll and mscorlib.dll). > Ok, initial glance tells me that this could be

Re: NAnt and Mono (was Re: Happy to help)

2016-09-12 Thread Ryan Boggs
On Sep 12, 2016 1:43 AM, "Stefan Bodewig" wrote: > > On 2016-09-11, Ryan Boggs wrote: > > > On Sep 11, 2016 9:21 AM, "Stefan Bodewig" wrote: > > >> On 2016-09-11, Ryan Boggs wrote: > > >>> On Sep 11, 2016 2:23 AM, "Stefan Bodewig"

Re: NAnt and Mono (was Re: Happy to help)

2016-09-12 Thread Stefan Bodewig
On 2016-09-11, Ryan Boggs wrote: > On Sep 11, 2016 9:21 AM, "Stefan Bodewig" wrote: >> On 2016-09-11, Ryan Boggs wrote: >>> On Sep 11, 2016 2:23 AM, "Stefan Bodewig" wrote: On 2016-09-09, Ryan Boggs wrote: > Fyi - One thing i do know