Skip to content

Commit d3f085d

Browse files
authored
Update getting-started-with-entity-framework-core.md
add missing prerequisite
1 parent ea22aa6 commit d3f085d

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 code created in separate project from Umbraco package, project has to 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)