Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190204.3 (#384)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19104.3
This commit is contained in:
dotnet-maestro[bot] 2019-02-05 13:40:31 +00:00 committed by GitHub
parent 8974a5f17a
commit f97f6bb52c
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>f280465275e9168c20d6a2ff422a60189dbe6c33</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19103.1">
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19104.3">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>4c019c0b8c9249edc6ecc3761e4ab907f0de8403</Sha>
<Sha>9e800fde138163a429198896751cb09b3c329e52</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
<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.19103.1</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview.19104.3</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->