Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190328.4 (#1146)
- dotnet-ef - 3.0.0-preview4.19178.4
This commit is contained in:
parent
64b2f4cfc6
commit
c92a58ed76
2 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>47bee4e06c4fb4ee2080e813ab73db4c9437d0a8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19177.7">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview4.19178.4">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>5f8cc0cb0981a28228b0c49cdb4b898ca4aefd30</Sha>
|
||||
<Sha>826684b092fed4a6eba3203d109ae1855ba96011</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19115.3">
|
||||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
||||
<dotnetefPackageVersion>3.0.0-preview4.19177.7</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview4.19178.4</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue