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

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

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

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

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19125.4
This commit is contained in:
dotnet-maestro[bot] 2019-02-26 07:38:12 +00:00 committed by GitHub
parent e55229112b
commit f340d383ea
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> <Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>e65004907a633a21e7e93b1c00e3944ffb10d8f8</Sha> <Sha>e65004907a633a21e7e93b1c00e3944ffb10d8f8</Sha>
</Dependency> </Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19123.1"> <Dependency Name="dotnet-ef" Version="3.0.0-preview3.19125.4">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri> <Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>ec6044a9d3b6a8b28c76cda4b97ec9182081bd58</Sha> <Sha>db2597e9d852e1fa9011527fed98dd7a99919d40</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2"> <Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>

View file

@ -16,7 +16,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore --> <!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
<dotnetefPackageVersion>3.0.0-preview3.19123.1</dotnetefPackageVersion> <dotnetefPackageVersion>3.0.0-preview3.19125.4</dotnetefPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore --> <!-- Dependencies from https://github.com/aspnet/AspNetCore -->