You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Microsoft.Extensions.Logging depends on nuget Microsoft.Extensions.Configuration instead of Microsoft.Extensions.Configuration.Abstractions.
As Logging only use interface defined in Configuration.Abstractions it should reference this nuget.
Isn't it much better for coupling to depend on Abstractions nuget only?