Skip to content

Use one version of Microsoft.Extensions.Logging package across all build configurations  #316

@AlthalusDGr8

Description

@AlthalusDGr8

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions