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

Commit 1401aac

Browse files
davidfowlDamianEdwards
authored andcommitted
Remove install package image
1 parent e403c4c commit 1401aac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
```
3939
1. Add a reference to the NuGet package `Microsoft.EntityFrameworkCore.SqlServer` version `3.0.0-preview6.19304.10`. Note that you'll need to resolve several references by adding missing `using` statements (`Ctrl + .` is your friend).
4040
> **If you're not using Visual Studio** install the package from the command line with `dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 3.0.0-preview6.19304.10`
41-
1. Add a reference to the NuGet package `Microsoft.EntityFrameworkCore.Sqlite` version `3.0.0-preview6.19304.10`. Note that you'll need to resolve several references by adding missing `using` statements (`Ctrl + .` is your friend).
42-
![](images/add-sqlite-nuget-reference.png "Adding the SQLite NuGet reference")
43-
41+
1. Add a reference to the NuGet package `Microsoft.EntityFrameworkCore.Sqlite` version `3.0.0-preview6.19304.10`. Note that you'll need to resolve several references by adding missing `using` statements (`Ctrl + .` is your friend).
4442
> **If you're not using Visual Studio** install the package from the command line with `dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 3.0.0-preview6.19304.10`
4543
1. Next we'll create a new Entity Framework DbContext. Create a new `ApplicationDbContext` class in the `Models` folder using the following code:
4644
```csharp

0 commit comments

Comments
 (0)