You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.0Because 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?
The text was updated successfully, but these errors were encountered: