-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Upgrade Microsoft.Data.Sqlite to v8.0.0 #510
Comments
@Piedone if you are planning to submit a PR, please target release/4.0 instead of main. |
but this could also be released today on 3.x and merged into release/4.0, if it's blocking it doesn't have to wait and it is not a breaking change |
@sebastienros yes sure if you want to depend on .net 8 |
@MikeAlhayek Sqlite 8.0 targets .NET Standard 2.0 (check on nuget, I did too). The issue might appear with the SDK 8.0, but the package doesn't target net8.0 "only". It targets all TFMs. However what Zoltan says is that if the application targets net8.0 (or if they use the latest sdk, I am not sure) there is a warning. If we bump to sqlite 8.0, we can still target net6.0 specifically (and version above as a result) without breaking anything. |
The v.8.0.0 of
Microsoft.Data.Sqlite
is out. That depends on >=2.1.6 ofSQLitePCLRaw.bundle_e_sqlite3
. This in turn is notable because it fixes an issue where you get the below build warnings when building a project using it under the .NET 8 SDK (see ericsink/SQLitePCL.raw#543).The text was updated successfully, but these errors were encountered: