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

.NET 5.0 no longer depends on Microsoft.Extensions.Configuration.Abstractions #452

Closed
snakefoot opened this issue Oct 3, 2020 · 2 comments
Milestone

Comments

@snakefoot
Copy link
Contributor

snakefoot commented Oct 3, 2020

When upgrading to .NET5.0 then one will get issues with Microsoft.Extensions.Logging-nuget-package not longer depending on Microsoft.Extensions.Configuration.Abstractions, because NET5.0 has removed dependency on Microsoft.Extensions.Configuration.Binder.

Either NLog.Extensions.Logging will have to depend on Microsoft.Extensions.Configuration.Abstractions for NET5.0, or ConfigSettingLayoutRenderer + NLogLoggingConfiguration needs to move into their own nuget-package.

@304NotModified
Copy link
Member

Either NLog.Extensions.Logging will have to depend on Microsoft.Extensions.Configuration.Abstractions

Sounds good to me.

@304NotModified 304NotModified added this to the 1.7 milestone Dec 29, 2020
@304NotModified
Copy link
Member

Fixed by #456

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

2 participants