Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190208.3 (#438)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview3.19108.3
This commit is contained in:
parent
11b181c09c
commit
729894b8eb
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
||||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||||
<Sha>8f49bdf195efbcf3172eae8b3a8acbf862777b83</Sha>
|
<Sha>8f49bdf195efbcf3172eae8b3a8acbf862777b83</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19107.5">
|
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19108.3">
|
||||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||||
<Sha>7b0f7b3ad42953952924b77d843f86100495e54a</Sha>
|
<Sha>d05a372cfd5af5e63e667dcc50e3b499e1c11398</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
|
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2">
|
||||||
<Uri>https://github.com/dotnet/templating</Uri>
|
<Uri>https://github.com/dotnet/templating</Uri>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
||||||
<dotnetefPackageVersion>3.0.0-preview.19107.5</dotnetefPackageVersion>
|
<dotnetefPackageVersion>3.0.0-preview3.19108.3</dotnetefPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||||
|
|
Loading…
Reference in a new issue