[release/3.0.1xx] Update dependencies from aspnet/EntityFrameworkCore (#608)

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190220.2

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19120.2

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190220.1

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19120.1
This commit is contained in:
dotnet-maestro[bot] 2019-02-20 16:25:07 +00:00 committed by GitHub
parent 90a4934792
commit 7a111de1fb
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>4e44025a52e4b73aa17e09a8041b0e166e0c5ce0</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19119.5">
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19120.1">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>8e76b4d39e3408dcb9ce672fd1716d1705b4614e</Sha>
<Sha>cc727398461ff947fe56434cadd096a6c100eba1</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.19119.5</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview3.19120.1</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->