Skip to content

Dependency on 3.1.10 of EF Core #913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alastairtree opened this issue Jan 3, 2021 · 2 comments · Fixed by #914
Closed

Dependency on 3.1.10 of EF Core #913

alastairtree opened this issue Jan 3, 2021 · 2 comments · Fixed by #914

Comments

@alastairtree
Copy link

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?

@bart-degreed
Copy link
Contributor

Thanks for reporting. I've published v4.0.1 (GitHub, NuGet), which depends on EF Core >= 3.1.0.

@alastairtree
Copy link
Author

Amazing quick fix, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants