JasperFx / lamar

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

Support of .Net Core 3.0 for Lamar.Microsoft.DependencyInjection #187

Closed vhatsura closed 5 years ago

vhatsura commented 5 years ago

I used Lamar.Microsoft.DependencyInjection from .net core 3.0 preview7 (this is possible because 3.0.0 is higher than 3.0.0-previewX) and it works perfectly without any issues. I believe the upper bound can be update to include 3.0 https://github.com/JasperFx/lamar/blob/24127a21d0729ec15d48ff02d8998b69d93668c1/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj#L23-L25

tjrobinson commented 5 years ago

This should now be resolved.