updated EF nuget packages to 2.2.6
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-24 22:12:59 +02:00
parent 501e81c2c5
commit a72a8cc8a9
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
</ItemGroup>