From b75fa54ad2be3fc09b49064a01b7dae9af1ebda3 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 7 Nov 2018 14:00:19 -0800 Subject: [PATCH] Remove the EntityFrameworkCore submodule (#3964) This removes EntityFrameworkCore as a git submodule. The EFCore repo will build on its own, and the AspNetCore repo will consume EFCore via PackageReference. --- .gitmodules | 4 ---- build/CodeSign.props | 7 +++++++ build/artifacts.props | 19 ------------------- build/buildorder.props | 1 - build/dependencies.props | 25 +++++++++++-------------- build/external-dependencies.props | 26 ++++++++++---------------- build/submodules.props | 1 - modules/EntityFrameworkCore | 1 - 8 files changed, 28 insertions(+), 56 deletions(-) delete mode 160000 modules/EntityFrameworkCore diff --git a/.gitmodules b/.gitmodules index 618bf1ac79..50e0b0d516 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,10 +30,6 @@ path = modules/DotNetTools url = https://github.com/aspnet/DotNetTools.git branch = master -[submodule "modules/EntityFrameworkCore"] - path = modules/EntityFrameworkCore - url = https://github.com/aspnet/EntityFrameworkCore.git - branch = master [submodule "modules/Hosting"] path = modules/Hosting url = https://github.com/aspnet/Hosting.git diff --git a/build/CodeSign.props b/build/CodeSign.props index 384171e3a0..d7d412b073 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -43,6 +43,13 @@ + + + + + + + diff --git a/build/artifacts.props b/build/artifacts.props index 3eccc3934a..9df9a579f9 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -14,7 +14,6 @@ - @@ -156,28 +155,10 @@ - - - - - - - - - - - - - - - - - - diff --git a/build/buildorder.props b/build/buildorder.props index 75496d9a96..1939ecb1a7 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -15,7 +15,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 245a5466c5..d254b97717 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -39,8 +39,8 @@ 3.0.0-preview-181106-14 3.0.0-preview-181106-14 3.0.0-preview-181106-14 - 3.0.0-preview-181106-14 3.0.0-preview-181106-14 + 3.0.0-preview-181106-14 3.0.0-preview-181106-14 3.0.0-preview-181106-14 3.0.0-preview-181106-14 @@ -92,6 +92,16 @@ 3.0.0-preview-181106-14 3.0.0-preview-181106-14 3.0.0-preview-181106-14 + + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 + 3.0.0-alpha1-10706 @@ -103,7 +113,6 @@ $(MicrosoftNETCoreApp30PackageVersion) - $(KoreBuildVersion) $(KoreBuildVersion) $(KoreBuildVersion) @@ -139,7 +148,6 @@ 2.1.1 2.2.1 5.2.6 - 1.7.1 2.3.2 1.1.3 1.0.1 @@ -192,36 +200,25 @@ 15.8.168 11.1.0 1.4.0 - 4.3.0.1 1.3.8 1.0.1 4.10.0 1.6.1 2.0.3 - 1.15.1 - 1.15.0 - 1.15.0 1.0.1 11.0.2 - 4.7.0 - 12.2.1100 2.0.1 6.0.1 - 2.2.0 0.20.0 3.12.1 17.17134.0 3.12.1 1.4.0 4.0.0 - 1.1.11 - 1.1.11 - 1.1.11 2.0.513 1.3.23 1.0.0 5.3.0 - 3.2.0 4.3.2 3.1.1 4.3.0 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 34b70e6c75..223187a8cc 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -18,8 +18,8 @@ - + @@ -71,22 +71,28 @@ + + + + + + + + + - - - @@ -174,7 +180,6 @@ - @@ -185,30 +190,20 @@ - - - - - - - - - - @@ -219,7 +214,6 @@ - diff --git a/build/submodules.props b/build/submodules.props index 5fca99af20..74d00d31ab 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -44,7 +44,6 @@ - diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore deleted file mode 160000 index f54a7241e7..0000000000 --- a/modules/EntityFrameworkCore +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f54a7241e78c9d9c8d87e80ec7cd68a1526767da