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

Unsuported version of packages System.Data #2145

Closed
jdutkiewicz-krk opened this issue Feb 6, 2025 · 2 comments
Closed

Unsuported version of packages System.Data #2145

jdutkiewicz-krk opened this issue Feb 6, 2025 · 2 comments

Comments

@jdutkiewicz-krk
Copy link

Few years ago, Microsoft changed namespaces for the new packages of System.Data to Microsoft.Data. The new packages are recomended to use. There are two packages that can be replaced to the supported ones.

<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />

to https://www.nuget.org/packages/Microsoft.Data.SqlClient

and

<PackageVersion Include="System.Data.SQLite" Version="1.0.119" />

to https://www.nuget.org/packages/Microsoft.Data.SQLite

@mgravell
Copy link
Member

mgravell commented Feb 6, 2025

Look on L25-L26 in the same file. We already use those. For SqlClient we test both. For Sqlite, we test the TFM-relevant version.

@mgravell mgravell closed this as completed Feb 6, 2025
@MaceWindu
Copy link

System.Data.SQLite is an official SQLite package, not related to Microsoft at all

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

No branches or pull requests

3 participants