Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190213.3 (#484)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview3.19113.3
This commit is contained in:
parent
22959d5c53
commit
d3d441df3f
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>45ecfad074bf6abefd6d87b8bb18b94afaed4ede</Sha>
|
<Sha>45ecfad074bf6abefd6d87b8bb18b94afaed4ede</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19107.5">
|
<Dependency Name="dotnet-ef" Version="3.0.0-preview3.19113.3">
|
||||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||||
<Sha>7b0f7b3ad42953952924b77d843f86100495e54a</Sha>
|
<Sha>d9ccd71e9a3e58ca30592c2fb024c09824acac1b</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.19113.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