-
Notifications
You must be signed in to change notification settings - Fork 113
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
Npgsql 3.1.9 #392
Comments
This is very bad. Because .Net 4 is Windows XP. |
I believe more and more ADO.NET providers will drop .NET 4.0 support soon,
Well, it won't work on XP anyway :) I think that having a separate BLToolkit.45.csproj targeting .NET 4.5 |
Copy & Paste from linq2db :))) i think it is about 2-3 workdays with testing... And all the problems are about Windows XP... MS don't want to support it, but i should =\ |
PostgreSQL 3.x driver is a major rewrite and it doesn't support .NET 4.0 anymore.
It's generally faster and better but it's not 100% compatible with earlier versions.
Here's the related discussion about dropping the .NET 4.0 support.
I'm considering the upgrade of the PostgreSQL driver package, but it means that
BLToolkit assembly itself should be upgraded to .NET 4.5 in order to use it.
Can we go for it?
Anyone here using BLToolkit with PostgreSQL?
Any thoughts/comments? :)
The text was updated successfully, but these errors were encountered: