From 62b24f930e9f869c803caff23c14e41513df7987 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 5 Nov 2018 14:19:19 -0800 Subject: [PATCH] Remove the aspnet/FileSystem submodule (#3884) --- .gitmodules | 4 ---- build/artifacts.props | 5 ----- build/buildorder.props | 1 - build/dependencies.props | 5 +++++ build/external-dependencies.props | 7 ++++++- build/submodules.props | 1 - modules/FileSystem | 1 - 7 files changed, 11 insertions(+), 13 deletions(-) delete mode 160000 modules/FileSystem diff --git a/.gitmodules b/.gitmodules index ff126b97115..69ad207d6c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,10 +46,6 @@ path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git branch = release/2.2 -[submodule "modules/FileSystem"] - path = modules/FileSystem - url = https://github.com/aspnet/FileSystem.git - branch = release/2.2 [submodule "modules/Hosting"] path = modules/Hosting url = https://github.com/aspnet/Hosting.git diff --git a/build/artifacts.props b/build/artifacts.props index 9b1e3558d36..50e44951272 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -208,11 +208,6 @@ - - - - - diff --git a/build/buildorder.props b/build/buildorder.props index 24e61bbb1ee..118588c9174 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -7,7 +7,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 63a1f595737..3f4590ce298 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -19,6 +19,11 @@ 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 + 2.2.0-rtm-35636 + 2.2.0-rtm-35636 + 2.2.0-rtm-35636 + 2.2.0-rtm-35636 + 2.2.0-rtm-35636 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 1469795b048..0973eb5ccc6 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -14,7 +14,7 @@ - + @@ -24,6 +24,11 @@ + + + + + diff --git a/build/submodules.props b/build/submodules.props index df85c628d4f..bc22327c127 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -48,7 +48,6 @@ - diff --git a/modules/FileSystem b/modules/FileSystem deleted file mode 160000 index da45fac2e60..00000000000 --- a/modules/FileSystem +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da45fac2e6059b9cadf6b5b28313e22df9f51de1