rebus-org / Rebus.Microsoft.Extensions.Logging

:bus: Microsoft Logging Extensions integration for Rebus
https://mookid.dk/category/rebus
Other
3 stars 7 forks source link

Microsoft.Extensions.Logging v2.2? #2

Closed KatoStoelen closed 4 years ago

KatoStoelen commented 4 years ago

Is there a reason why this project is referencing version 2.2.0 of Microsoft.Extensions.Logging? Since .NET Core 2.1 is the current LTS version (until 3.1 is released), I assume other development teams out there have the same restrictions as us, where the 2.2 runtime is not installed on production servers.

Even though it might work referencing this project from an application using target framework netcoreapp2.1, I'd feel safer if this project were using version 2.1 (or even 2.0) of Microsoft.Extensions.Logging. Does not seem like this project requires any specific features of version 2.2.0?

mookid8000 commented 4 years ago

I'm pretty sure it doesn't require 2.2.0 in any way.

PR?