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
Is your feature request related to a problem? Please describe.
I am working on a solution with mixed projects of Dot Net Standard, Dot Net 6 and Dot Net 3.1. With the way the reference for Microsoft.Extensions.Logging is set up, each framework comes with its own different version of the logging library
This causes problems when you are trying to migrate as it will cause a nuget restore to fail as it will claim that other libs are using an out of date version
Describe the solution you'd like
Set the minimum Microsoft.Extensions.Logging lib that works across all current build versions of serilog-aspnetcore)
A clear and concise description of what you want to happen.
Describe alternatives you've considered
I have downaloded the sroucecode myself and when setting them up to version 2.2.0 across no issues where reported and all tests executed fine