SQLite Forum

.NET 5 and sqlite
Login

.NET 5 and sqlite

(1) By anonymous on 2021-07-28 02:54:46 [source]

Hello I did not find an option for .net5 in the download list, Does sqlite support for .net5 and later?

(2) By mistachkin on 2021-07-28 04:28:27 in reply to 1 [link] [source]

The System.Data.SQLite.Core NuGet package supports the .NET Standard 2.1, which should work with .NET 5:

https://www.nuget.org/packages/System.Data.SQLite.Core/