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

Removed package constraints for Microsoft.Extensions.Logging #11

Closed brunomartinspro closed 1 year ago

brunomartinspro commented 1 year ago

As specified in the issue #10 , i am getting the warnings:

warning NU1608: Detected package version outside of dependency constraint: 
Rebus.Microsoft.Extensions.Logging 3.0.0 requires microsoft.extensions.logging (>= 6.0.0 && < 7.0.0) 
but version Microsoft.Extensions.Logging 7.0.0 was resolved. [TargetFramework=net6.0]
warning NU1608: Detected package version outside of dependency constraint: 
Rebus.Microsoft.Extensions.Logging 3.0.0 requires microsoft.extensions.logging (>= 6.0.0 && < 7.0.0) 
but version Microsoft.Extensions.Logging 7.0.0 was resolved. [TargetFramework=net7.0]

This pull request removes the constraints and uses the latest Microsoft.Extensions.Logging package, according to nuget this should still respect the version constraints:

image


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 1 year ago

Excellent, thanks! 👍 It's out as Rebus.Microsoft.Extensions.Logging 4.0.0 on NuGet.org in a few minutes 🙂