Closed
Description
DESCRIPTION
Version four of Json Api dotnet as published includes a dependency on EF core >= 3.1.10. In the code this is actually expressed as <EFCoreVersion>3.1.*</EFCoreVersion>
but nuget resolves as >= 3.1.10 as seen at https://www.nuget.org/packages/JsonApiDotNetCore/4.0.0
Because of a bug in Azure Functions (and here) I need to lock in a downgrade to Ef Core 3.1.3 but am unable to. Can json api dotnet be published as requiring EF core >= 3.1.0 (as in source) instead of EF core >= 3.1.10?
Metadata
Metadata
Assignees
Labels
No labels