Skip to content

Commit 6ac1c24

Browse files
Update using-ef-classic-with-ef-6.md
1 parent aab231d commit 6ac1c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/features/using-ef-classic-with-ef-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In some special scenario, you might want to use EF Classic in the same project a
55

66
By default, it doesn't work since both libraries are the same library (Entity Framework) so share similar code which leads to reference conflict.
77

8-
To make it work, you need to
8+
To make it work, you need to:
99
- Use an extern alias in one of both libraries
1010
- Use another config section for entity framework classic
1111

0 commit comments

Comments
 (0)