From 0f607921bfbc9f3c28187dc097ee8115d050b3a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Feb 2019 13:35:00 +0000 Subject: [PATCH] Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190203.1 (#376) This change updates the following dependencies - dotnet-ef - 3.0.0-preview.19103.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46ceee73f..68e7587e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,9 +14,9 @@ <Uri>https://github.com/aspnet/AspNetCore</Uri> <Sha>9f202feafc335dd70ae640f2053b465be3879e82</Sha> </Dependency> - <Dependency Name="dotnet-ef" Version="3.0.0-preview.19101.3"> + <Dependency Name="dotnet-ef" Version="3.0.0-preview.19103.1"> <Uri>https://github.com/aspnet/EntityFrameworkCore</Uri> - <Sha>30bea2eb9c6a1a2b5e9f288390bd0c264a60cf76</Sha> + <Sha>4c019c0b8c9249edc6ecc3761e4ab907f0de8403</Sha> </Dependency> <Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="1.0.2-beta5.19066.2"> <Uri>https://github.com/dotnet/templating</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index 5abe85da2..8b11cb288 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,7 +16,7 @@ </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore --> - <dotnetefPackageVersion>3.0.0-preview.19101.3</dotnetefPackageVersion> + <dotnetefPackageVersion>3.0.0-preview.19103.1</dotnetefPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/aspnet/AspNetCore -->