Closed vhatsura closed 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
Lamar.Microsoft.DependencyInjection
3.0.0
3.0.0-previewX
This should now be resolved.
I used
Lamar.Microsoft.DependencyInjection
from .net core 3.0 preview7 (this is possible because3.0.0
is higher than3.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