Skip to content

Commit

Permalink
Updated compatibility of 2 projects to include EF Core 6 (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbeuk authored Sep 23, 2021
1 parent f18033c commit 0132281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ NCache Entity Framework Core Provider is a distributed second level cache provid

### EntityFrameworkCore.Projectables

Flexible projection magic for EF Core. Use properties, methods, and extension methods in your query without client evaluation. For EF Core 3, 5.
Flexible projection magic for EF Core. Use properties, methods, and extension methods in your query without client evaluation. For EF Core 3, 5, 6.

[GitHub repository](https://github.com/koenbeuk/EntityFrameworkCore.Projectables)

### EntityFrameworkCore.Triggered

Triggers for EF Core. Respond to changes in your DbContext before and after they are committed to the database. Triggers are fully asynchronous and support dependency injection, inheritance, cascading and more. For EF Core: 3, 5.
Triggers for EF Core. Respond to changes in your DbContext before and after they are committed to the database. Triggers are fully asynchronous and support dependency injection, inheritance, cascading and more. For EF Core: 3, 5, 6.

[GitHub repository](https://github.com/koenbeuk/EntityFrameworkCore.Triggered)

Expand Down

0 comments on commit 0132281

Please sign in to comment.