Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExtCore.Infrastructure No longer compatiable with .Net Standard. #177
Labels
Comments
|
Hi! Thank you for your question. Type IApplicationBuilder is defined inside the Microsoft.AspNetCore.Http.Abstractions assembly, which is now part of the Microsoft.AspNetCore.App as I understand. There is no separate NuGet package anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using IConfigureServicesAction in a few .net standard projects however with the move to version 5 this no longer works as version 5 is .net core 3.
Wanted to know if there was a work around for this or a reason that ExtCore.Infrastructure is not a .net standard project considering it has no depenacies.
Thanks,
Yerttle.