Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190213.3 (#484)

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19113.3
This commit is contained in:
dotnet-maestro[bot] 2019-02-13 21:08:59 +00:00 committed by GitHub
parent 22959d5c53
commit d3d441df3f
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>45ecfad074bf6abefd6d87b8bb18b94afaed4ede</Sha>
</Dependency>
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19107.5">
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19113.3">
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
<Sha>7b0f7b3ad42953952924b77d843f86100495e54a</Sha>
<Sha>d9ccd71e9a3e58ca30592c2fb024c09824acac1b</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.19107.5</dotnetefPackageVersion>
<dotnetefPackageVersion>3.0.0-preview3.19113.3</dotnetefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->