Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190130.1 (#357)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19080.1
This commit is contained in:
parent
cbfd173742
commit
d6cfa1ea10
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>1aa50faa290ecda304507981cd01ed92651d5e34</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19079.4">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19080.1">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>deb63b0e942f432f5086ebfff45f582c79b75dd8</Sha>
|
||||
<Sha>df4350283ae7ff0c67e08af16c0f00fdbd5e22ac</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.19079.4</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview.19080.1</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue