FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://firebirdsql.org/en/net-provider/
Other
161 stars 66 forks source link

Update EF to v8.0 #1153

Closed AdamWyzgol closed 10 months ago

AdamWyzgol commented 10 months ago

Update to EF8 to allow usage in .net8 projects

AdamWyzgol commented 10 months ago

I updated required projects to .net8 as looks like instead of EF7, EF8 is not compatible with .net6. Question is if we should drop support to .net6 at all or prepare version for both LTS versions?

cincuranet commented 10 months ago

This is going to take bit more than just changing versions and target frameworks. Please keep eye on #1129 and when it's done (or progress is made), it will be visible there.

AdamWyzgol commented 10 months ago

yes, looks you're right, I prepared local nuget on my machine and it looks like working in my procject but more changes needs to be done to make it mergable to upstream