[ https://issues.apache.org/jira/browse/LOG4NET-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404695#comment-15404695 ]
ASF GitHub Bot commented on LOG4NET-467: ---------------------------------------- Github user jasonwilliams200OK commented on a diff in the pull request: https://github.com/apache/log4net/pull/16#discussion_r73228215 --- Diff: netstandard/log4net/project.json --- @@ -0,0 +1,94 @@ +{ + "name": "log4net", + "version": "3.0.0", + "frameworks": { + "netstandard1.3": { + "buildOptions": { + "compile": { + "include": [ "*.cs", "../../src/**/*.cs" ], + "exclude": [ + "../../src/Appender/AdoNetAppender.cs", + "../../src/Appender/AspNetTraceAppender.cs", + "../../src/Appender/ColoredConsoleAppender.cs", + "../../src/Appender/EventLogAppender.cs", + "../../src/Appender/NetSendAppender.cs", + "../../src/Appender/RemotingAppender.cs", + "../../src/Appender/SmtpAppender.cs", + "../../src/LogicalThreadContext.cs", + "../../src/Config/DOMConfigurator.cs", + "../../src/Config/DOMConfiguratorAttribute.cs", + "../../src/Config/Log4NetConfigurationSectionHandler.cs", + "../../src/Layout/Pattern/AspNetCachePatternConverter.cs", + "../../src/Layout/Pattern/AspNetContextPatternConverter.cs", + "../../src/Layout/Pattern/AspNetPatternConverter.cs", + "../../src/Layout/Pattern/AspNetRequestPatternConverter.cs", + "../../src/Layout/Pattern/AspNetSessionPatternConverter.cs", + "../../src/Layout/Pattern/StackTraceDetailPatternConverter.cs", + "../../src/Layout/Pattern/StackTracePatternConverter.cs", + "../../src/Plugin/RemoteLoggingServerPlugin.cs", + "../../src/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs", + "../../src/Util/LogicalThreadContextProperties.cs", + "../../src/Util/LogicalThreadContextStacks.cs", + "../../src/Util/NativeError.cs", + "../../src/Util/WindowsSecurityContext.cs" + ] + }, + "define": [ "HAS_READERWRITERLOCKSLIM", "NETSTANDARD1_3" ] --- End diff -- `NETSTANDARD1_3` definition is redundant here. > Is .NET Core, will be supported in the near future, or not > ---------------------------------------------------------- > > Key: LOG4NET-467 > URL: https://issues.apache.org/jira/browse/LOG4NET-467 > Project: Log4net > Issue Type: New Feature > Components: Core > Affects Versions: 1.2.13 > Reporter: san kan > Labels: features > Attachments: LOG4NET-467.patch > > > As you know, ms is moving heavily toward .Net core: > https://github.com/dotnet/core > so, is there a road map for making a version that supports it? > and i noticed that log4net, has not been updated for 2 years. > so is it maintained, or being forgotten? -- This message was sent by Atlassian JIRA (v6.3.4#6332)