Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190204.3 (#384)
This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19104.3
This commit is contained in:
parent
8974a5f17a
commit
f97f6bb52c
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>f280465275e9168c20d6a2ff422a60189dbe6c33</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19103.1">
|
||||
<Dependency Name="dotnet-ef" Version="3.0.0-preview.19104.3">
|
||||
<Uri>https://github.com/aspnet/EntityFrameworkCore</Uri>
|
||||
<Sha>4c019c0b8c9249edc6ecc3761e4ab907f0de8403</Sha>
|
||||
<Sha>9e800fde138163a429198896751cb09b3c329e52</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.19103.1</dotnetefPackageVersion>
|
||||
<dotnetefPackageVersion>3.0.0-preview.19104.3</dotnetefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->
|
||||
|
|
Loading…
Reference in a new issue