Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190321.4 (#1092)

- dotnet-ef - 3.0.0-preview4.19171.4
This commit is contained in:
dotnet-maestro[bot] 2019-03-22 12:32:40 +00:00 committed by GitHub
parent 5ff11b2a52
commit e489e6bac2
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>0d6e0637afa47be74864514d0378c20951306874</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19170.5">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19171.4">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>402621fa0a79145410bdf3f6154a77b681f8e871</Sha>
<Sha>4958d11c84f3a4999ecf8aa65b3f036e6cd0ca7f</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.19170.5</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19171.4</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->