Skip to content

Commit b00a431

Browse files
Update upgrading.md
1 parent a798c8c commit b00a431

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/pages/tutorials/upgrading.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,22 @@ Before upgrading:
1919

2020
Entity Framework Extensions is only available through NuGet
2121

22+
### EF Core
23+
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-efcore-v.svg" alt="download" /></a>
24+
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-efcore-d.svg" alt="" /></a>
25+
26+
> PM> Install-Package Z.EntityFramework.Extensions.EFCore
27+
28+
### EF6
29+
2230
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-v.svg" alt="download" /></a>
2331
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-d.svg" alt="" /></a>
2432

2533
> PM> Install-Package Z.EntityFramework.Extensions
2634
35+
### EF5
36+
37+
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions.EF5/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-ef5-v.svg" alt="download" /></a>
38+
<a href="https://www.nuget.org/packages/Z.EntityFramework.Extensions.EF5/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/entity-framework-extensions-ef5-d.svg" alt="" /></a>
39+
40+
> PM> Install-Package Z.EntityFramework.Extensions.EF5

0 commit comments

Comments
 (0)