Skip to content

Commit c10bcf8

Browse files
bielueshanrnh
andauthored
Update 16/umbraco-cms/tutorials/getting-started-with-entity-framework-core.md
Co-authored-by: Esha Noronha <[email protected]>
1 parent d3f085d commit c10bcf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

16/umbraco-cms/tutorials/getting-started-with-entity-framework-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Data stored in custom tables are not supported by default by add-ons such as Umb
2828
## Prerequisite
2929

3030
* An Umbraco project with content
31-
* If code created in separate project from Umbraco package, project has to reference:
32-
* Microsoft.EntityFrameworkCore
33-
* Microsoft.EntityFrameworkCore.Relational
31+
* If the code is created in a separate project (outside the main Umbraco project), that project must reference:
32+
* `Microsoft.EntityFrameworkCore`
33+
* `Microsoft.EntityFrameworkCore.Relational`
3434
* EFCore CLI tool
3535
* Can be installed by running `dotnet tool install --global dotnet-ef` in the terminal
3636

0 commit comments

Comments
 (0)