Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190201.3 (#368)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19101.3
This commit is contained in:
parent
5c9b5ffe2b
commit
66916b8316
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>7d21ee1a5a5f4caf64900e601b011be264964bbb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19081.2">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19101.3">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>5fecaf002ee8fe67aa10be7efd0b2a080ec66a2a</Sha>
|
||||
<Sha>30bea2eb9c6a1a2b5e9f288390bd0c264a60cf76</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.19081.2</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview.19101.3</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue