From fcb7c3dd2f1186bd28ae25895d481fce32dcf868 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 30 Mar 2018 10:19:21 +0000 Subject: [PATCH 1/6] Updating submodule(s) EntityFrameworkCore => b7ffe4564d6edd9872ba511c1f91242b33c2ae36 KestrelHttpServer => 7b3491e11e5acdddc558ffa6d95c094e7f618a60 Mvc => f20bf9ea02cc727c020c1108734f40371b1c22e1 SignalR => b5a2fcb96aeb55f1053a335df4fdaafc7eb5caf4 [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- modules/KestrelHttpServer | 2 +- modules/Mvc | 2 +- modules/SignalR | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 730b63b725..b7ffe4564d 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 730b63b7253cf88d6a5e33ce83ed8a76c6bee595 +Subproject commit b7ffe4564d6edd9872ba511c1f91242b33c2ae36 diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index cc8c140cca..7b3491e11e 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit cc8c140cca21b52c3270e72662a404ee357eb18a +Subproject commit 7b3491e11e5acdddc558ffa6d95c094e7f618a60 diff --git a/modules/Mvc b/modules/Mvc index 264f9c871e..f20bf9ea02 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 264f9c871e855683bfff76abfafea699e64b59c3 +Subproject commit f20bf9ea02cc727c020c1108734f40371b1c22e1 diff --git a/modules/SignalR b/modules/SignalR index 51fb15d6cf..b5a2fcb96a 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit 51fb15d6cfa5226dd03f1bd71d77e307d9a4fc9c +Subproject commit b5a2fcb96aeb55f1053a335df4fdaafc7eb5caf4 From fad6ffdeb84c01aa36f3e9c429366c7adf93665a Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 30 Mar 2018 14:23:58 +0000 Subject: [PATCH 2/6] Updating submodule(s) Identity => 971f727ea28a2b244ed1684e07b913009df537ef [auto-updated: submodules] --- modules/Identity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Identity b/modules/Identity index c7711c2515..971f727ea2 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit c7711c2515c22be25f615eca60ab3348c9ffbd47 +Subproject commit 971f727ea28a2b244ed1684e07b913009df537ef From b429c9bc7b14ad4bd61c4417fab0929fad2018b0 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 30 Mar 2018 16:20:44 +0000 Subject: [PATCH 3/6] Updating submodule(s) Identity => 1e7ca96b51f9004f5e4684e42276262476a51beb [auto-updated: submodules] --- modules/Identity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Identity b/modules/Identity index 971f727ea2..1e7ca96b51 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit 971f727ea28a2b244ed1684e07b913009df537ef +Subproject commit 1e7ca96b51f9004f5e4684e42276262476a51beb From 19887fe18e0cd0f35620a03d35c3c92f21864a83 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 30 Mar 2018 16:59:46 +0000 Subject: [PATCH 4/6] Updating submodule(s) IISIntegration => 3f40f042bcd397579f444a6714b50d66b959787a [auto-updated: submodules] --- modules/IISIntegration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/IISIntegration b/modules/IISIntegration index df6471f462..3f40f042bc 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit df6471f4625f978ef6405da716cdce822f0d5587 +Subproject commit 3f40f042bcd397579f444a6714b50d66b959787a From 173594db1fe4ad3bc66e266d0f2e731e65551f2c Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 30 Mar 2018 11:04:41 -0700 Subject: [PATCH 5/6] Add new Polly HTTP dependency Polly is adding some new APIs for our scenarios that are specific to HttpClient. --- build/dependencies.props | 1 + build/external-dependencies.props | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/dependencies.props b/build/dependencies.props index 2f10801277..c5ff0a04c4 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -182,6 +182,7 @@ 11.0.2 12.2.1100 5.8.0 + 1.0.0-preview2 2.2.0 1.4.0 3.2.0 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index c82da46add..4d86192b53 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -1,4 +1,4 @@ - + @@ -135,6 +135,7 @@ + From e8277b53e896748333e832cd30217910f820f8a3 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 30 Mar 2018 11:53:27 -0700 Subject: [PATCH 6/6] Updating submodule(s) EntityFrameworkCore => 79f96cade28e950f010153cc6e4da0042bf699d6 SignalR => 44b667b3e697efb2b2e678fa2fdd899d4761903d WebSockets => 9eb41ca5710c18b31144daf74bc070372c7bd299 [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- modules/SignalR | 2 +- modules/WebSockets | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index b7ffe4564d..79f96cade2 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit b7ffe4564d6edd9872ba511c1f91242b33c2ae36 +Subproject commit 79f96cade28e950f010153cc6e4da0042bf699d6 diff --git a/modules/SignalR b/modules/SignalR index b5a2fcb96a..44b667b3e6 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit b5a2fcb96aeb55f1053a335df4fdaafc7eb5caf4 +Subproject commit 44b667b3e697efb2b2e678fa2fdd899d4761903d diff --git a/modules/WebSockets b/modules/WebSockets index a8f9832ca5..9eb41ca571 160000 --- a/modules/WebSockets +++ b/modules/WebSockets @@ -1 +1 @@ -Subproject commit a8f9832ca543ea07f594bff28555607a9186c78c +Subproject commit 9eb41ca5710c18b31144daf74bc070372c7bd299