Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190226.6 (#719)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19126.6
This commit is contained in:
dotnet-maestro[bot] 2019-02-27 05:43:01 +00:00 committed by GitHub
parent 430eb0ed5a
commit b27d880732
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>e65004907a633a21e7e93b1c00e3944ffb10d8f8</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19125.4">
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19126.6">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>db2597e9d852e1fa9011527fed98dd7a99919d40</Sha>
<Sha>5dfdd485dc2e85027cb22dca384b404b751c623d</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.19125.4</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview3.19126.6</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->