From 94e1afafa626407c520017a3ef623298ab2d8998 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 21 Nov 2018 15:26:19 -0800 Subject: [PATCH] Remove submodules for Antiforgery CORS HttpSysServer ResponseCaching Routing and Security --- .gitmodules | 24 ------------------------ build/buildorder.props | 12 ++++++------ build/submodules.props | 12 ++++++------ modules/Antiforgery | 1 - modules/CORS | 1 - modules/HttpSysServer | 1 - modules/ResponseCaching | 1 - modules/Routing | 1 - modules/Security | 1 - 9 files changed, 12 insertions(+), 42 deletions(-) delete mode 160000 modules/Antiforgery delete mode 160000 modules/CORS delete mode 160000 modules/HttpSysServer delete mode 160000 modules/ResponseCaching delete mode 160000 modules/Routing delete mode 160000 modules/Security diff --git a/.gitmodules b/.gitmodules index 74f3c8ad50..7ed88e70d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,23 +1,11 @@ -[submodule "modules/Antiforgery"] - path = modules/Antiforgery - url = https://github.com/aspnet/Antiforgery.git - branch = release/2.1 [submodule "modules/BasicMiddleware"] path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git branch = release/2.1 -[submodule "modules/CORS"] - path = modules/CORS - url = https://github.com/aspnet/CORS.git - branch = release/2.1 [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git branch = release/2.1 -[submodule "modules/HttpSysServer"] - path = modules/HttpSysServer - url = https://github.com/aspnet/HttpSysServer.git - branch = release/2.1 [submodule "modules/Identity"] path = modules/Identity url = https://github.com/aspnet/Identity.git @@ -38,22 +26,10 @@ path = modules/Razor url = https://github.com/aspnet/Razor.git branch = release/2.1 -[submodule "modules/ResponseCaching"] - path = modules/ResponseCaching - url = https://github.com/aspnet/ResponseCaching.git - branch = release/2.1 -[submodule "modules/Routing"] - path = modules/Routing - url = https://github.com/aspnet/Routing.git - branch = release/2.1 [submodule "modules/Scaffolding"] path = modules/Scaffolding url = https://github.com/aspnet/Scaffolding.git branch = release/2.1 -[submodule "modules/Security"] - path = modules/Security - url = https://github.com/aspnet/Security.git - branch = release/2.1 [submodule "modules/SignalR"] path = modules/SignalR url = https://github.com/aspnet/SignalR.git diff --git a/build/buildorder.props b/build/buildorder.props index 62a317e218..a72614523e 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -9,18 +9,18 @@ - + - + - + - - + + - + diff --git a/build/submodules.props b/build/submodules.props index 44bccd4eb6..589d3f65d8 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -49,12 +49,12 @@ - + - + - + @@ -62,9 +62,9 @@ - - - + + + diff --git a/modules/Antiforgery b/modules/Antiforgery deleted file mode 160000 index 93b496090e..0000000000 --- a/modules/Antiforgery +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 93b496090e65a66bba27b67b1e22ff6adec8effc diff --git a/modules/CORS b/modules/CORS deleted file mode 160000 index ec429447bf..0000000000 --- a/modules/CORS +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec429447bfd5f419b9f40676b03b85a954b40f74 diff --git a/modules/HttpSysServer b/modules/HttpSysServer deleted file mode 160000 index d8d1f36f28..0000000000 --- a/modules/HttpSysServer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d8d1f36f28359b76f838a99e425b2af2565538f0 diff --git a/modules/ResponseCaching b/modules/ResponseCaching deleted file mode 160000 index 777b2fbf7e..0000000000 --- a/modules/ResponseCaching +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 777b2fbf7e768221c528243773037a50423b7b34 diff --git a/modules/Routing b/modules/Routing deleted file mode 160000 index 58b66f7cbb..0000000000 --- a/modules/Routing +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 58b66f7cbb3858aa1b7b8b2848b8d3cec4df0e40 diff --git a/modules/Security b/modules/Security deleted file mode 160000 index 930ed239e4..0000000000 --- a/modules/Security +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 930ed239e41d7547edf06f31efa3461d1a2c6bad