Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190319.4 (#1067)

- dotnet-ef - 3.0.0-preview4.19169.4
This commit is contained in:
dotnet-maestro[bot] 2019-03-20 12:33:40 +00:00 committed by GitHub
parent 49f171c23d
commit 16b58e48c7
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>9f1a978230cdd161998815c425bfd2d25e8436b6</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19168.5">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19169.4">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>c87b300d2d480f4a8d906e7984995dc559025ca4</Sha>
<Sha>955c6fcf61e6e36e38f407abdf63159aa4cffc8f</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.19168.5</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19169.4</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->