Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190227.5 (#729)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19127.5
This commit is contained in:
dotnet-maestro[bot] 2019-02-27 21:42:54 +00:00 committed by GitHub
parent 0436fb1388
commit 0b9edc22fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>e65004907a633a21e7e93b1c00e3944ffb10d8f8</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19127.2">
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19127.5">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>a1758938c9872dc33875f564edec33561d7163ae</Sha>
<Sha>45302884d65bf097a682913cd1713240f14ac2ce</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
<Uri>https://github.com/dotnet/templating</Uri>

View file

@ -16,7 +16,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
<dotnetefPackageVersion>3.0.0-preview3.19127.2</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview3.19127.5</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->