rebus-org / Rebus.ServiceProvider

:bus: Microsoft Extensions Dependency Injection container adapter for Rebus
https://mookid.dk/category/rebus
Other
65 stars 32 forks source link

Cannot use version 6.3.0 in netstandard2.0 due to bad version constraints #47

Closed zlepper closed 3 years ago

zlepper commented 3 years ago

As per https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/, the package does support netstandard2.0. However the version constraints for this package is limitted to <3, even though it will work.

mookid8000 commented 3 years ago

Excellent 👍 it's out as Rebus.ServiceProvider 6.3.1 now 🙂