Merge pull request #268 from dotnet/darc-master-be64d84c-4c7f-4f30-9ef0-cc8c560a0e52

Update dependencies from aspnet/EntityFrameworkCore
This commit is contained in:
Nick Guerrera 2019-01-11 09:23:29 -08:00 committed by GitHub
commit 81bfe12b78
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.19059.6">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19060.4">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>af4dca6111310a352f92ee7e17044b345d74f213</Sha>
<Sha>83e1dc89a59d4bd7d178d75e556eea0c7eef1629</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.19059.6</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19060.4</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->