-
-
Notifications
You must be signed in to change notification settings - Fork 336
Added support for .Net Standard 2.0 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Needed log4net for atleast .net standard 2.0. |
My change is to get a new build for .net standard 2.0 but the current build system doesn't support it. Need a new build system setup. |
I am afraid nant is no longer able to cope with this task. We would have to replace all what nant does with something else. This could be msbuild, paired with custom inline build tasks written with c# code. Feel free to go for it! Contributions welcome! |
@dpsenner I have set up a sample build for Log4Net.standard solution using azure devops. Let me know if its okay to proceed then we can migrate all builds to azure devops. |
Seems like #59 added .NET Standard 2.0 targets. |
Good day It's been quite a while since this PR last saw activity. In an attempt to get pull requests under some semblance of This is not because the contributions aren't valuable - it's simply a matter of being the only person spending I encourage you to re-submit the PR against the current main branch if the issue is still significant. Your |
LOG4NET-572: Add target for netstandard-2.0