Skip to content
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

[Regression] Updating Npgsql to 6.0.1 broke netcoreapp3.1 support for Entity Framework #125

Closed
Arkatufus opened this issue Jan 11, 2022 · 0 comments · Fixed by #126
Closed

Comments

@Arkatufus
Copy link
Contributor

Our latest Npgsql version bump broke netcoreapp3.1 support. Npgsql 6.0.1 does support netstandard2.0, but Npgsql.EntityFrameworkCore.PostgreSql does not, it only supports net6.0.
In essence, bumping Npgsql to 6.0.1 broke netcoreapp3.1 support for all users who uses Entity Framework in their project.

Will try and see if we can fix this using version range instead of explicit version number.

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