Skip to content

Commit ccd9ca0

Browse files
authored
Merge pull request #7240 from bielu/patch-1
Update getting-started-with-entity-framework-core.md
2 parents 42d048d + c10bcf8 commit ccd9ca0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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 the code is created in a separate project (outside the main Umbraco project), that project must reference:
32+
* `Microsoft.EntityFrameworkCore`
33+
* `Microsoft.EntityFrameworkCore.Relational`
3134
* EFCore CLI tool
3235
* Can be installed by running `dotnet tool install --global dotnet-ef` in the terminal
3336

0 commit comments

Comments
 (0)