Skip to content
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

Common.Logging.NLog4xx through a warning when used in .NET standard 2.0 project #165

Open
passuied opened this issue Jan 4, 2018 · 2 comments

Comments

@passuied
Copy link

passuied commented Jan 4, 2018

When adding a reference to Common.Logging.NLog4xx NuGet inside a .NET standard project, you get the following warning:

Package 'Common.Logging.NLog444 3.4.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.

Any ways to avoid this?

@davevans
Copy link

davevans commented Jun 4, 2018

I have the same issue. Is there a reason the Common.Logging.NLog4XX adapters do not support netstandard?

@snakefoot
Copy link

snakefoot commented Jan 23, 2019

Created PR #176 for resolving this. (Includes custom build of nuget-package as attachment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants