Skip to content

Commit

Permalink
Merge pull request #227 from scout208/patch-2
Browse files Browse the repository at this point in the history
Changed SQL Server to SQLite
  • Loading branch information
natemcmaster committed Aug 2, 2016
2 parents 61769f4 + 68768e2 commit 16ea2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/uwp/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EF Core requires ``Microsoft.NETCore.UniversalWindowsPlatform`` version **5.2.2*
Install Entity Framework
------------------------

To use EF Core, install the package for the database provider(s) you want to target. This walkthrough uses SQL Server. For a list of available providers see :doc:`/providers/index`.
To use EF Core, install the package for the database provider(s) you want to target. This walkthrough uses SQLite. For a list of available providers see :doc:`/providers/index`.

* :menuselection:`Tools --> NuGet Package Manager --> Package Manager Console`
* Run ``Install-Package Microsoft.EntityFrameworkCore.Sqlite``
Expand Down

0 comments on commit 16ea2df

Please sign in to comment.