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

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview4.19161.8
This commit is contained in:
dotnet-maestro 2019-03-12 12:00:39 +00:00
parent 48922abd4e
commit e1ce377447
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>8250442159c9a2bacd3b785d785ca20e2beffe54</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19160.3">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19161.8">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>1282c167e3162f94a2e4842b948f4f3335555f35</Sha>
<Sha>01a87665db87786abbf901a41e2afb01b928ab89</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19115.3">
<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-preview4.19160.3</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19161.8</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->