Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190327.7 (#1135)

- dotnet-ef - 3.0.0-preview4.19177.7
This commit is contained in:
dotnet-maestro[bot] 2019-03-29 02:02:22 +00:00 committed by GitHub
parent ad9fc56731
commit 88434866f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>47bee4e06c4fb4ee2080e813ab73db4c9437d0a8</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19176.6">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19177.7">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>39e142a92a89e1830cd407be7f847539220548b0</Sha>
<Sha>5f8cc0cb0981a28228b0c49cdb4b898ca4aefd30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19115.3">
<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-preview4.19176.6</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19177.7</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->