JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

Support Microsoft.Extensions.Hosting.Abstractions 6.0.0 #302

Closed christianfredh closed 2 years ago

christianfredh commented 2 years ago

Having some dependency issues in out project. One other 3rd party library are requiring Microsoft.Extensions.Hosting.Abstractions 6.0.0 but Lamar.Microsoft.DependencyInjection 6.0.0 (which is the latest currently) does only support Microsoft.Extensions.Hosting.Abstractions (>= 3.0.0 && < 5.9.0).

Support for Microsoft.Extensions.Hosting.Abstractions 6.0.0 would be great, thanks!

christianfredh commented 2 years ago

https://github.com/JasperFx/lamar/issues/298

Duplicate.