Skip to content

Commit 7f893f9

Browse files
Update uwp/data-access/sqlite-databases.md
Co-authored-by: Alvin Ashcraft <[email protected]>
1 parent b4026fe commit 7f893f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

uwp/data-access/sqlite-databases.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ The rest of this guide helps you to use this library.
4141

4242
## Set up your solution to use the Microsoft.Data.SQlite library
4343

44-
We'll start with a basic UWP project, and then install the appropriate Nuget packages, please pay attention, install `Microsoft.Data.Sqlite` NOT `Microsoft.Data.Sqlite.Core`.
44+
We'll start with a basic UWP project, and then install the appropriate Nuget packages.
45+
46+
> [!NOTE]
47+
> Make sure you install the `Microsoft.Data.Sqlite' package and not 'Microsoft.Data.Sqlite.Core`. This package will install `Microsoft.Data.Sqlite.Core` as a dependency.
4548
4649
All supported versions of Windows support SQLite, so your app does not have to package SQLite libraries. Instead, your app can use the version of SQLite that comes installed with Windows. This helps you in a few ways.
4750

0 commit comments

Comments
 (0)