Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190227.7 (#731)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19127.7
This commit is contained in:
dotnet-maestro[bot] 2019-02-27 22:53:29 +00:00 committed by GitHub
parent 3750a37b82
commit bbf1608dac
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.5">
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19127.7">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>45302884d65bf097a682913cd1713240f14ac2ce</Sha>
<Sha>f10262c5ca2469022fefa895e9934ce7bacc8077</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.5</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview3.19127.7</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->