Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190117.3 (#302)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19067.3
This commit is contained in:
dotnet-maestro[bot] 2019-01-18 10:06:52 -08:00 committed by Nick Guerrera
parent eecab171bb
commit 4756bd82d2
2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>91514c9af7e0f4c44029b51f05a01c6fe4c96e4c</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19066.4">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19067.3">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>cf0a6e19c93a9a7b92666b00408195418d8412a2</Sha>
<Sha>f38686a5974ab94463ccd68484e9133a13e7e13f</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-preview.19066.4</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19067.3</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->