Blazor, UseCsla() #2210
Unanswered
JurjendeGroot
asked this question in
Questions
Replies: 1 comment 3 replies
-
Is your project targeting .NET 5 or 3.1? Right now (in CSLA 5.4) the .NET 5 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm in a project using the ABP.IO framework with Blazor.
I'm using Csla 5.4.1
Upon Configuring the dataportal:
I get a red squiggle under 'app.UseCsla' after wich the tooltip is telling me that:
I'm a little puzzled, checking nuget tells met that the current version for Microsoft.AspNetCore.Http.Abstractions is 2.2.0
https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/
I'm not sure where this is coming from. Csla.AspNetCore does have references to Microsoft packages with versions 5.0.0.0 or higher, but Microsoft.AspNetCore.Http.Abstractions doesn't seem to be one of them ...
https://www.nuget.org/packages/Csla.AspNetCore/5.4.1
Am I missing something here, any help is greatly appreciated.
Jurjen.
Beta Was this translation helpful? Give feedback.
All reactions