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
@@ -9,7 +9,7 @@
<RepositoryUrl>https://github.com/PoweredSoft/Data</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>powered,soft,async,queryable,handler</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.MongoDB</Product>
<Description>the abstraction implementation for MongoDB.</Description>
@@ -21,8 +21,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.9.3" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="MongoDB.Driver" Version="2.13.1" />
</ItemGroup>
<ItemGroup>