Merge pull request #1125 from dotnet/darc-master-6100d8ee-409d-4102-872c-9163f87788ca

[master] Update dependencies from aspnet/EntityFrameworkCore
This commit is contained in:
Livar 2019-03-27 21:45:52 -07:00 committed by GitHub
commit 06f6ec30bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -38,9 +38,9 @@
<Uri>https://github.com/aspnet/AspNetCore</Uri>
<Sha>4b230ec419f1087124be4c4b4e5c2cec6f040210</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19174.3">
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19176.6">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>e69db5ea99e99befcfab8916f8cc04f5b63343b0</Sha>
<Sha>39e142a92a89e1830cd407be7f847539220548b0</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.19174.3</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview4.19176.6</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->