From 9a4d4e9d0207c1c4cb0772b7f5b08ceef13bd8c6 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Tue, 31 Mar 2020 17:35:51 -0700 Subject: [PATCH] Update the EntityFrameworkCore submodule - get latest 2.1 changes from the dotnet/efcore repo - was only 2 commits behind i.e. nothing was missed in last release --- .gitmodules | 2 +- modules/EntityFrameworkCore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cd636cc8e4..3cdce2f6f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore - url = https://github.com/aspnet/EntityFrameworkCore.git + url = https://github.com/dotnet/efcore.git branch = release/2.1 diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index b8ba7191e9..e7a4277846 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit b8ba7191e9c39642bb340fd2b79fbf3df0f6c71c +Subproject commit e7a4277846e720fb8a5729c2a3de98c4c2ff67e5