You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .net/sqlite.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,4 @@ The `System.Data.SQLite` in NuGet package manager that has the most downloads do
3
3
If you follow the NuGet link from the [offical page](https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki)
4
4
the List of Release Packages shows the latest version number is actually 1.0.111,
5
5
6
-
Therefore find and add `System.Data.SQLite 1.0.111`.
7
-
6
+
`System.Data.SQLite 1.0.111` works, but it includes support for Linq and EF6 and as such adds extra dependencies. Therefore found `System.Data.SQLite.Core`
0 commit comments