Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit cc7511b

Browse files
authored
Merge pull request #93 from Haacked/patch-2
Add note to install package from command line
2 parents 8a9992b + 1e02fe2 commit cc7511b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
> This code registers the `ApplicationDbContext` service so it can be injected into controllers. Additionally, it configures operating system specific database technologies and connection strings
9494
1. Add a reference to the NuGet package `Microsoft.EntityFrameworkCore.Sqlite`. Note that you'll need to resolve several references by adding missing `using` statements (`Ctrl + .` is your friend).
9595
![](images/add-sqlite-nuget-reference.png "Adding the SQLite NuGet reference")
96+
97+
> **If you're not using Visual Studio** install the package from the command line with `dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 2.2.1`
9698

9799
## Configuring EF Migrations
98100

0 commit comments

Comments
 (0)