Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190210.1 (#455)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview3.19110.1
This commit is contained in:
parent
00d842b610
commit
c892e90852
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>762206a5d80ac57255802ed4f3f56eda1f543e72</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19109.1">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19110.1">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>8e5891a0328516429df5aa7765855854f63fd9e5</Sha>
|
||||
<Sha>08cf03523202735a3ebd725ac29a0e53dddc014b</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-preview3.19109.1</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview3.19110.1</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue