From cafb1c3c90578fce3442bed663ca7bc6bb4244dd Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 12 Jun 2018 17:30:38 -0700 Subject: [PATCH] Update Identity and Kestrel submodules --- .gitmodules | 8 ++++---- modules/Identity | 2 +- modules/KestrelHttpServer | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index ed8ae26eba..e37eca3bf8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,8 +88,8 @@ branch = release/2.1 [submodule "modules/Identity"] path = modules/Identity - url = https://github.com/aspnet/Identity.git - branch = release/2.1 + url = https://github.com/aspnet/Identity-Private.git + branch = release/2.1-msrc [submodule "modules/IISIntegration"] path = modules/IISIntegration url = https://github.com/aspnet/IISIntegration.git @@ -104,8 +104,8 @@ branch = release/2.1 [submodule "modules/KestrelHttpServer"] path = modules/KestrelHttpServer - url = https://github.com/aspnet/KestrelHttpServer.git - branch = release/2.1 + url = https://github.com/aspnet/KestrelHttpServer-Private.git + branch = release/2.1-msrc [submodule "modules/Localization"] path = modules/Localization url = https://github.com/aspnet/Localization.git diff --git a/modules/Identity b/modules/Identity index 788e324115..2627ea572c 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit 788e324115196d9fb1e15693266943a607644f87 +Subproject commit 2627ea572cca2932284b3577158ad4b4f247794f diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index 11ddd9174c..ff3f0e905d 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit 11ddd9174c7c2af231ad70cf3efad85012e2fd73 +Subproject commit ff3f0e905d7af6ad1152257611567befe1417cc9