Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190108.1
This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19058.1
This commit is contained in:
parent
57e2e67940
commit
7fb4a8e831
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha></Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19057.8">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19058.1">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>76d8cbb0a144eca9d7d117757c4772a5a99b082a</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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue