You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# EntitiyFrameworkCore.Projectables
1
+
# EntityFrameworkCore.Projectables
2
2
Flexible projection magic for EF Core
3
3
4
4
[](https://www.nuget.org/packages/EntityFrameworkCore.Projectables.Abstractions/)
@@ -169,4 +169,4 @@ There are a few projects like [LinqKit](https://github.com/scottksmith95/LINQKit
169
169
V1 is targeting EF Core 5 and 3.1. V2 and V3 are targeting EF Core 6 and are compatible with EF Core 7. You can upgrade/downgrade between these versions based on your EF Core version requirements.
170
170
171
171
#### What is next for this project?
172
-
TBD... However, one thing I'd like to improve is our expression generation logic as it's currently making a few assumptions (have yet to experience it breaking). Community contributions are very welcome!
172
+
TBD... However, one thing I'd like to improve is our expression generation logic as it's currently making a few assumptions (have yet to experience it breaking). Community contributions are very welcome!
0 commit comments