Merge pull request #282 from dotnet/darc-master-02c4de6b-6b3d-4e06-a04d-2db1da2a0a9c

Update dependencies from aspnet/EntityFrameworkCore
This commit is contained in:
Livar 2019-01-15 10:07:05 -08:00 committed by GitHub
commit 9a334aa236
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></Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19063.1">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19064.19">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>0ec0bf33bc5c45959d3ad62a43cdb382cc99a118</Sha>
<Sha>94c06a21bae6aeaeb2734b6c01a0374e47c9a26f</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.19063.1</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19064.19</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->