Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190222.18 (#667)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview4.19122.18
This commit is contained in:
dotnet-maestro[bot] 2019-02-23 17:46:14 +00:00 committed by GitHub
parent a98ada897e
commit 3dfa86b471
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>f1b188611a341fc43341e6de534749dd3c3064c0</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19121.2">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19122.18">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>b7c17b1eca39ccbdd82ba403f2ae04ef6b4f02ec</Sha>
<Sha>ebe7fed346d5b0b96a9d38c57c52cf335d0426e1</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.19121.2</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19122.18</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->