Upgrading to EF5.0

This commit is contained in:
David Lebee
2021-08-13 02:58:40 -04:00
parent 6dfb5810b9
commit 7a7a6fa3f5
7 changed files with 19 additions and 18 deletions
@@ -8,7 +8,7 @@
<RepositoryUrl>https://github.com/PoweredSoft/Data</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>powered,soft,orm,db,context,ef,ef6,efcore,factory</PackageTags>
<Version>2.0.0$(VersionSuffix)</Version>
<Version>3.0.0$(VersionSuffix)</Version>
<PackageIconUrl>https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&amp;amp;r=g&amp;amp;d=retro</PackageIconUrl>
<Product>PoweredSoft.Data.EntityFramework</Product>
<Description>the abstraction implementation for EF Core.</Description>
@@ -20,7 +20,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
</ItemGroup>
<ItemGroup>