Merge pull request #288 from dotnet/darc-master-e2d81dd6-118b-425d-8304-0f1c84024f69

Update dependencies from aspnet/EntityFrameworkCore
This commit is contained in:
Livar 2019-01-16 08:31:29 -08:00 committed by GitHub
commit b91641ea4c
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>3d5deb122062063009543f72c385f3a46ab1381a</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19064.19">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19065.7">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>94c06a21bae6aeaeb2734b6c01a0374e47c9a26f</Sha>
<Sha>3263992ea0034de4cce1678961d0035e12bdfcde</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.19064.19</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19065.7</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->