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

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19062.2
This commit is contained in:
dotnet-maestro 2019-01-13 13:04:22 +00:00
parent 317218238b
commit 5e1da95d67
2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha></Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19061.4">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19062.2">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>a8c6f7b39871d40471e1668dec923c4fa73b9aa4</Sha>
<Sha>0528ad04e4b6d583027e0f79b4fdfdff82371207</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19057.4">
<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.19061.4</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19062.2</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->