Skip to content

More duckdb lib updates#1

Open
Thorium wants to merge 1 commit intoTom-Sloboda:masterfrom
Thorium:tom-build-fix
Open

More duckdb lib updates#1
Thorium wants to merge 1 commit intoTom-Sloboda:masterfrom
Thorium:tom-build-fix

Conversation

@Thorium
Copy link
Copy Markdown

@Thorium Thorium commented Aug 28, 2025

.NET 6 is still needed for FAKE 6.1.3

DuckDB libs also come from project files directly (for no reason) and they are listed in paket-template for NuGet dependency listing.

@Thorium
Copy link
Copy Markdown
Author

Thorium commented Aug 28, 2025

The reason to keep some other dependencies in old versions (e.g. System.Data.SqlClient was 4.8.6 and not 4.8.9) was that there were way better tested backward compatibility for frameworks, see:
https://www.nuget.org/packages/System.Data.SqlClient/4.8.6#supportedframeworks-body-tab
vs
https://www.nuget.org/packages/System.Data.SqlClient/4.9.0#supportedframeworks-body-tab

...and the end-user using SQLProvider will do just fine by using 4.9.0 on runtime (at least with binding redirect).

This is not a show-stopper: if you need to use System.Data.SqlClient 4.8.6 then you can use just older version of SQLProvider.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant