Skip to content

Commit 0bc06b2

Browse files
authored
Update sqlite.md
1 parent 6353b70 commit 0bc06b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.net/sqlite.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ The `System.Data.SQLite` in NuGet package manager that has the most downloads do
33
If you follow the NuGet link from the [offical page](https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki)
44
the List of Release Packages shows the latest version number is actually 1.0.111,
55

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

Comments
 (0)