Merge pull request #250 from dotnet/darc-master-15b70cb2-f9ce-4366-ac76-9187c8eff6b9

Update dependencies from aspnet/EntityFrameworkCore
This commit is contained in:
Livar 2019-01-08 18:42:01 -08:00 committed by GitHub
commit 91b92af8b3
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.19056.3">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19058.1">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>2929122f8341f41b21f63caf9bbe83ebe731dd9e</Sha>
<Sha>c16169797dc5e4f6754364123390322a3e7944bb</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19054.5">
<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.19056.3</DotnetEfPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19058.1</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->