Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190207.5 (#418)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19107.5
This commit is contained in:
parent
c656d0e3bf
commit
a5c37ee125
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>0dc06b37cbc6f4eb7adace2507f4cafe9a71f476</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19106.5">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19107.5">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>80cb07c6b8f6afd9eee1307729d02f29b2f5ae94</Sha>
|
||||
<Sha>7b0f7b3ad42953952924b77d843f86100495e54a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
|
||||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
||||
<dotnetefPackageVersion>3.0.0-preview.19106.5</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview.19107.5</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue