From d715461c14956e02b2b42acd478017d0a46f4332 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 16 Mar 2018 12:05:11 -0700 Subject: [PATCH] Branching for release/2.1 --- .gitmodules | 96 +++++++++++++++++------------------ korebuild.json | 4 +- modules/Antiforgery | 2 +- modules/AuthSamples | 2 +- modules/AzureIntegration | 2 +- modules/BasicMiddleware | 2 +- modules/BrowserLink | 2 +- modules/CORS | 2 +- modules/Caching | 2 +- modules/Common | 2 +- modules/Configuration | 2 +- modules/DataProtection | 2 +- modules/DependencyInjection | 2 +- modules/Diagnostics | 2 +- modules/DotNetTools | 2 +- modules/EntityFrameworkCore | 2 +- modules/EventNotification | 2 +- modules/FileSystem | 2 +- modules/Hosting | 2 +- modules/HtmlAbstractions | 2 +- modules/HttpAbstractions | 2 +- modules/HttpClientFactory | 2 +- modules/HttpSysServer | 2 +- modules/IISIntegration | 2 +- modules/Identity | 2 +- modules/JavaScriptServices | 2 +- modules/JsonPatch | 2 +- modules/KestrelHttpServer | 2 +- modules/Localization | 2 +- modules/Logging | 2 +- modules/MetaPackages | 2 +- modules/Microsoft.Data.Sqlite | 2 +- modules/MusicStore | 2 +- modules/Mvc | 2 +- modules/MvcPrecompilation | 2 +- modules/Options | 2 +- modules/Proxy | 2 +- modules/Razor | 2 +- modules/ResponseCaching | 2 +- modules/Routing | 2 +- modules/Scaffolding | 2 +- modules/Security | 2 +- modules/ServerTests | 2 +- modules/Session | 2 +- modules/SignalR | 2 +- modules/StaticFiles | 2 +- modules/Templating | 2 +- modules/Testing | 2 +- modules/WebHooks | 2 +- modules/WebSockets | 2 +- 50 files changed, 98 insertions(+), 98 deletions(-) diff --git a/.gitmodules b/.gitmodules index 864fd779b4..629535348f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,192 +1,192 @@ [submodule "modules/Antiforgery"] path = modules/Antiforgery url = https://github.com/aspnet/Antiforgery.git - branch = dev + branch = release/2.1 [submodule "modules/AuthSamples"] path = modules/AuthSamples url = https://github.com/aspnet/AuthSamples.git - branch = dev + branch = release/2.1 [submodule "modules/AzureIntegration"] path = modules/AzureIntegration url = https://github.com/aspnet/AzureIntegration.git - branch = dev + branch = release/2.1 [submodule "modules/BasicMiddleware"] path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git - branch = dev + branch = release/2.1 [submodule "modules/BrowserLink"] path = modules/BrowserLink url = https://github.com/aspnet/BrowserLink.git - branch = dev + branch = release/2.1 [submodule "modules/Caching"] path = modules/Caching url = https://github.com/aspnet/Caching.git - branch = dev + branch = release/2.1 [submodule "modules/Common"] path = modules/Common url = https://github.com/aspnet/Common.git - branch = dev + branch = release/2.1 [submodule "modules/Configuration"] path = modules/Configuration url = https://github.com/aspnet/Configuration.git - branch = dev + branch = release/2.1 [submodule "modules/CORS"] path = modules/CORS url = https://github.com/aspnet/CORS.git - branch = dev + branch = release/2.1 [submodule "modules/DataProtection"] path = modules/DataProtection url = https://github.com/aspnet/DataProtection.git - branch = dev + branch = release/2.1 [submodule "modules/DependencyInjection"] path = modules/DependencyInjection url = https://github.com/aspnet/DependencyInjection.git - branch = dev + branch = release/2.1 [submodule "modules/Diagnostics"] path = modules/Diagnostics url = https://github.com/aspnet/Diagnostics.git - branch = dev + branch = release/2.1 [submodule "modules/DotNetTools"] path = modules/DotNetTools url = https://github.com/aspnet/DotNetTools.git - branch = dev + branch = release/2.1 [submodule "modules/EntityFrameworkCore"] path = modules/EntityFrameworkCore url = https://github.com/aspnet/EntityFrameworkCore.git - branch = dev + branch = release/2.1 [submodule "modules/EventNotification"] path = modules/EventNotification url = https://github.com/aspnet/EventNotification.git - branch = dev + branch = release/2.1 [submodule "modules/FileSystem"] path = modules/FileSystem url = https://github.com/aspnet/FileSystem.git - branch = dev + branch = release/2.1 [submodule "modules/Hosting"] path = modules/Hosting url = https://github.com/aspnet/Hosting.git - branch = dev + branch = release/2.1 [submodule "modules/HtmlAbstractions"] path = modules/HtmlAbstractions url = https://github.com/aspnet/HtmlAbstractions.git - branch = dev + branch = release/2.1 [submodule "modules/HttpAbstractions"] path = modules/HttpAbstractions url = https://github.com/aspnet/HttpAbstractions.git - branch = dev + branch = release/2.1 [submodule "modules/HttpClientFactory"] path = modules/HttpClientFactory url = https://github.com/aspnet/HttpClientFactory.git - branch = dev + branch = release/2.1 [submodule "modules/HttpSysServer"] path = modules/HttpSysServer url = https://github.com/aspnet/HttpSysServer.git - branch = dev + branch = release/2.1 [submodule "modules/Identity"] path = modules/Identity url = https://github.com/aspnet/Identity.git - branch = dev + branch = release/2.1 [submodule "modules/IISIntegration"] path = modules/IISIntegration url = https://github.com/aspnet/IISIntegration.git - branch = dev + branch = release/2.1 [submodule "modules/JavaScriptServices"] path = modules/JavaScriptServices url = https://github.com/aspnet/JavaScriptServices.git - branch = dev + branch = release/2.1 [submodule "modules/JsonPatch"] path = modules/JsonPatch url = https://github.com/aspnet/JsonPatch.git - branch = dev + branch = release/2.1 [submodule "modules/KestrelHttpServer"] path = modules/KestrelHttpServer url = https://github.com/aspnet/KestrelHttpServer.git - branch = dev + branch = release/2.1 [submodule "modules/Localization"] path = modules/Localization url = https://github.com/aspnet/Localization.git - branch = dev + branch = release/2.1 [submodule "modules/Logging"] path = modules/Logging url = https://github.com/aspnet/Logging.git - branch = dev + branch = release/2.1 [submodule "modules/MetaPackages"] path = modules/MetaPackages url = https://github.com/aspnet/MetaPackages.git - branch = dev + branch = release/2.1 [submodule "modules/Microsoft.Data.Sqlite"] path = modules/Microsoft.Data.Sqlite url = https://github.com/aspnet/Microsoft.Data.Sqlite.git - branch = dev + branch = release/2.1 [submodule "modules/MusicStore"] path = modules/MusicStore url = https://github.com/aspnet/MusicStore.git - branch = dev + branch = release/2.1 [submodule "modules/Mvc"] path = modules/Mvc url = https://github.com/aspnet/Mvc.git - branch = dev + branch = release/2.1 [submodule "modules/MvcPrecompilation"] path = modules/MvcPrecompilation url = https://github.com/aspnet/MvcPrecompilation.git - branch = dev + branch = release/2.1 [submodule "modules/Options"] path = modules/Options url = https://github.com/aspnet/Options.git - branch = dev + branch = release/2.1 [submodule "modules/Proxy"] path = modules/Proxy url = https://github.com/aspnet/Proxy.git - branch = dev + branch = release/2.1 [submodule "modules/Razor"] path = modules/Razor url = https://github.com/aspnet/Razor.git - branch = dev + branch = release/2.1 [submodule "modules/ResponseCaching"] path = modules/ResponseCaching url = https://github.com/aspnet/ResponseCaching.git - branch = dev + branch = release/2.1 [submodule "modules/Routing"] path = modules/Routing url = https://github.com/aspnet/Routing.git - branch = dev + branch = release/2.1 [submodule "modules/Scaffolding"] path = modules/Scaffolding url = https://github.com/aspnet/Scaffolding.git - branch = dev + branch = release/2.1 [submodule "modules/Security"] path = modules/Security url = https://github.com/aspnet/Security.git - branch = dev + branch = release/2.1 [submodule "modules/ServerTests"] path = modules/ServerTests url = https://github.com/aspnet/ServerTests.git - branch = dev + branch = release/2.1 [submodule "modules/Session"] path = modules/Session url = https://github.com/aspnet/Session.git - branch = dev + branch = release/2.1 [submodule "modules/SignalR"] path = modules/SignalR url = https://github.com/aspnet/SignalR.git - branch = dev + branch = release/2.1 [submodule "modules/StaticFiles"] path = modules/StaticFiles url = https://github.com/aspnet/StaticFiles.git - branch = dev + branch = release/2.1 [submodule "modules/Templating"] path = modules/Templating url = https://github.com/aspnet/Templating.git - branch = dev + branch = release/2.1 [submodule "modules/Testing"] path = modules/Testing url = https://github.com/aspnet/Testing.git - branch = dev + branch = release/2.1 [submodule "modules/WebSockets"] path = modules/WebSockets url = https://github.com/aspnet/WebSockets.git - branch = dev + branch = release/2.1 [submodule "modules/WebHooks"] path = modules/WebHooks url = https://github.com/aspnet/WebHooks.git - branch = dev + branch = release/2.1 diff --git a/korebuild.json b/korebuild.json index a7d496a8ad..7e75ef053a 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json", + "channel": "release/2.1", "toolsets": { "nodejs": { "minVersion": "8.0", diff --git a/modules/Antiforgery b/modules/Antiforgery index d53db529fc..fd30981c20 160000 --- a/modules/Antiforgery +++ b/modules/Antiforgery @@ -1 +1 @@ -Subproject commit d53db529fcf8c99feffc3cbed786a091dd17c7fc +Subproject commit fd30981c20800f457410197166df3ba98b761dd1 diff --git a/modules/AuthSamples b/modules/AuthSamples index 1075daf2d5..fd18854e97 160000 --- a/modules/AuthSamples +++ b/modules/AuthSamples @@ -1 +1 @@ -Subproject commit 1075daf2d5d8387a67b94759d593649584261b25 +Subproject commit fd18854e978e47706d8e5e8ed9b7b8f77afc0106 diff --git a/modules/AzureIntegration b/modules/AzureIntegration index c77d4d8be6..6daca58578 160000 --- a/modules/AzureIntegration +++ b/modules/AzureIntegration @@ -1 +1 @@ -Subproject commit c77d4d8be6130a7082c07847392e14895c06d9cd +Subproject commit 6daca585788f1943a48ad7978d3863f28a35fbcc diff --git a/modules/BasicMiddleware b/modules/BasicMiddleware index 2b80c90554..ad0214414e 160000 --- a/modules/BasicMiddleware +++ b/modules/BasicMiddleware @@ -1 +1 @@ -Subproject commit 2b80c905549110c312644400b7eea32119009710 +Subproject commit ad0214414e3c5f07212c2e4dc6567f0cf7726bff diff --git a/modules/BrowserLink b/modules/BrowserLink index 59f89af9c0..5dccb54599 160000 --- a/modules/BrowserLink +++ b/modules/BrowserLink @@ -1 +1 @@ -Subproject commit 59f89af9c08f69182f06b24e38337a515c7702d0 +Subproject commit 5dccb545992a2fc88505c200c615496f23fdd28a diff --git a/modules/CORS b/modules/CORS index 7addc9d681..b8b75a3d08 160000 --- a/modules/CORS +++ b/modules/CORS @@ -1 +1 @@ -Subproject commit 7addc9d681c373b8edda6d5cfd0fb52e346bbe3b +Subproject commit b8b75a3d0824f4f60d2a56d63145b6ee05e043b0 diff --git a/modules/Caching b/modules/Caching index 12f998d697..c0e009be19 160000 --- a/modules/Caching +++ b/modules/Caching @@ -1 +1 @@ -Subproject commit 12f998d69703fb0f62b5cb1c123b76d63e0d04f0 +Subproject commit c0e009be1966d15353fbda4811e535ef517a0525 diff --git a/modules/Common b/modules/Common index 3a39937e81..f4e5195f4a 160000 --- a/modules/Common +++ b/modules/Common @@ -1 +1 @@ -Subproject commit 3a39937e81d6c3e13247a1f399ba81d13e166f8c +Subproject commit f4e5195f4a8bc8238dfe83c0eb9b0d4861b14b32 diff --git a/modules/Configuration b/modules/Configuration index 4279ed81aa..3f67a3f244 160000 --- a/modules/Configuration +++ b/modules/Configuration @@ -1 +1 @@ -Subproject commit 4279ed81aac5ca1393b109f0c0e6bd0396307e5f +Subproject commit 3f67a3f244531baf50aa4f6a726975569f1057d4 diff --git a/modules/DataProtection b/modules/DataProtection index 8a42c24f46..5651274dfd 160000 --- a/modules/DataProtection +++ b/modules/DataProtection @@ -1 +1 @@ -Subproject commit 8a42c24f46d728b4728e6b20febd0a11c1111df2 +Subproject commit 5651274dfda89171b618d2d215e33009d41d165e diff --git a/modules/DependencyInjection b/modules/DependencyInjection index 5656e84f56..a5afe0c6ea 160000 --- a/modules/DependencyInjection +++ b/modules/DependencyInjection @@ -1 +1 @@ -Subproject commit 5656e84f56994e1be079889596a30f22b1db8d19 +Subproject commit a5afe0c6ea03ee52a92b7169d7d6fe57665a28aa diff --git a/modules/Diagnostics b/modules/Diagnostics index a18c2b69d2..1ded09f0fc 160000 --- a/modules/Diagnostics +++ b/modules/Diagnostics @@ -1 +1 @@ -Subproject commit a18c2b69d2aa0e29780c4f5e5cd720ab7f57d13f +Subproject commit 1ded09f0fcc95e5037bee458de8cb25c466666c8 diff --git a/modules/DotNetTools b/modules/DotNetTools index abd4d62a80..a163d58e83 160000 --- a/modules/DotNetTools +++ b/modules/DotNetTools @@ -1 +1 @@ -Subproject commit abd4d62a80ba53cd94e11838756c63ac5547eb78 +Subproject commit a163d58e8374b6e26ed601a5b531a69c4867458b diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index b5fae4818c..ab0ea26dd2 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit b5fae4818cffdfe01e26b6a9e7af6c0630ab5d2f +Subproject commit ab0ea26dd2fb6246d0ac64c7273ce79d638e7a56 diff --git a/modules/EventNotification b/modules/EventNotification index 75c0f83626..028b6fcb5e 160000 --- a/modules/EventNotification +++ b/modules/EventNotification @@ -1 +1 @@ -Subproject commit 75c0f83626f36076930a27737e027f5189d7a821 +Subproject commit 028b6fcb5e6e4618641d8a9fbd07dd83143d9d64 diff --git a/modules/FileSystem b/modules/FileSystem index 795a4fc627..f076a73413 160000 --- a/modules/FileSystem +++ b/modules/FileSystem @@ -1 +1 @@ -Subproject commit 795a4fc6274d25190839bb5e8d009f8ff7958fea +Subproject commit f076a734134e0a4f7f16a0e5539e1fff9208d78a diff --git a/modules/Hosting b/modules/Hosting index a041b368bb..930bf981ad 160000 --- a/modules/Hosting +++ b/modules/Hosting @@ -1 +1 @@ -Subproject commit a041b368bb18a00e4c05c6de36928cf0174a6f60 +Subproject commit 930bf981ad284028e14fda01aa2b00d68af38b18 diff --git a/modules/HtmlAbstractions b/modules/HtmlAbstractions index d5e6c6a81e..c639b4ad1f 160000 --- a/modules/HtmlAbstractions +++ b/modules/HtmlAbstractions @@ -1 +1 @@ -Subproject commit d5e6c6a81e857d798a4375e5524262037f49776e +Subproject commit c639b4ad1ffc5a8f27e3dd1ad2ebca71fa9bd931 diff --git a/modules/HttpAbstractions b/modules/HttpAbstractions index fbbbb16305..21c7ef22b3 160000 --- a/modules/HttpAbstractions +++ b/modules/HttpAbstractions @@ -1 +1 @@ -Subproject commit fbbbb16305f57025eca71964ac5d7c9f43c42150 +Subproject commit 21c7ef22b34ca81843b165a49f6b13e0def635b7 diff --git a/modules/HttpClientFactory b/modules/HttpClientFactory index b9bb7a46b9..1bdc163e8c 160000 --- a/modules/HttpClientFactory +++ b/modules/HttpClientFactory @@ -1 +1 @@ -Subproject commit b9bb7a46b9394ce360669fbcf31d9350adbdc137 +Subproject commit 1bdc163e8c41df403c4177924050b64b796fe100 diff --git a/modules/HttpSysServer b/modules/HttpSysServer index fbc5b64cd8..835590ab63 160000 --- a/modules/HttpSysServer +++ b/modules/HttpSysServer @@ -1 +1 @@ -Subproject commit fbc5b64cd8fee5e966b51ce0dbb9f32fd524fce4 +Subproject commit 835590ab633aa83ed07b007de2bd305ed7bc28bc diff --git a/modules/IISIntegration b/modules/IISIntegration index ca15b2fbf6..74f2e7c70a 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit ca15b2fbf67549a700e2ccb6f8de56d7b30e13ea +Subproject commit 74f2e7c70a88dd7ea282f47e83664f0e96864e5c diff --git a/modules/Identity b/modules/Identity index 3919d18c62..e2965a380d 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit 3919d18c622e7bf515e74caa78fbed42ab2eca4c +Subproject commit e2965a380dc8bf67128a4685a21addd97dcdbe92 diff --git a/modules/JavaScriptServices b/modules/JavaScriptServices index 8553647ce8..4a1838ff5d 160000 --- a/modules/JavaScriptServices +++ b/modules/JavaScriptServices @@ -1 +1 @@ -Subproject commit 8553647ce85de12d1c14228462554585977f7ca1 +Subproject commit 4a1838ff5d1ef979b4b32b3b3cbc686554cb1dc3 diff --git a/modules/JsonPatch b/modules/JsonPatch index 1f29add119..a831580e76 160000 --- a/modules/JsonPatch +++ b/modules/JsonPatch @@ -1 +1 @@ -Subproject commit 1f29add11975cb7858a6845fbf76b6f571099d64 +Subproject commit a831580e7653bf261bde23281e66cde22d94c9ff diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index 3584e5f2ab..4d1cb099c5 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit 3584e5f2ab226bd9f6a51c0ef507ea3f1daf3c3a +Subproject commit 4d1cb099c5b881d28fa1a710867ae097f9dfaa24 diff --git a/modules/Localization b/modules/Localization index c6e9b15905..02a1fb0b74 160000 --- a/modules/Localization +++ b/modules/Localization @@ -1 +1 @@ -Subproject commit c6e9b1590561c913710984966d8b9ad41b60377d +Subproject commit 02a1fb0b74f72426986c5e7e4149b16b9bc9c39a diff --git a/modules/Logging b/modules/Logging index 0e680ad544..99a27298cb 160000 --- a/modules/Logging +++ b/modules/Logging @@ -1 +1 @@ -Subproject commit 0e680ad544c1de00c920886c47c576d90f9743a8 +Subproject commit 99a27298cbc430eb2873e4e6cd2da67f22e641f5 diff --git a/modules/MetaPackages b/modules/MetaPackages index ef54dad3a3..ad20e45c84 160000 --- a/modules/MetaPackages +++ b/modules/MetaPackages @@ -1 +1 @@ -Subproject commit ef54dad3a39bff434a063849a462507500814755 +Subproject commit ad20e45c84d2e4e41532be472371947fee884326 diff --git a/modules/Microsoft.Data.Sqlite b/modules/Microsoft.Data.Sqlite index 491ac0a80c..8f2ed1d33a 160000 --- a/modules/Microsoft.Data.Sqlite +++ b/modules/Microsoft.Data.Sqlite @@ -1 +1 @@ -Subproject commit 491ac0a80c9c391b2ae56e720908fa8abcd8ee38 +Subproject commit 8f2ed1d33a56413260f2ba6158154834ff4b36d5 diff --git a/modules/MusicStore b/modules/MusicStore index 4b5bd5a066..5546cd1cc7 160000 --- a/modules/MusicStore +++ b/modules/MusicStore @@ -1 +1 @@ -Subproject commit 4b5bd5a0669c8c816632e7bb8d2ef078e9256ff9 +Subproject commit 5546cd1cc7b8d0d1d3856cc185af2f29e7847ac7 diff --git a/modules/Mvc b/modules/Mvc index 190424fd59..fa920af87b 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 190424fd5937cb822dbccf8fcdfcb128c1a05b60 +Subproject commit fa920af87b38bc7da7f10127b5c7287345b41f5a diff --git a/modules/MvcPrecompilation b/modules/MvcPrecompilation index 68cef635b5..a4f6d9cdb1 160000 --- a/modules/MvcPrecompilation +++ b/modules/MvcPrecompilation @@ -1 +1 @@ -Subproject commit 68cef635b503d62e88a49d9890f048cc11068854 +Subproject commit a4f6d9cdb1dfe9492cd2e00cbc8478e087683e2b diff --git a/modules/Options b/modules/Options index 33ba5e221a..36fc46d101 160000 --- a/modules/Options +++ b/modules/Options @@ -1 +1 @@ -Subproject commit 33ba5e221ab482d4a60e361d6e5333628645a438 +Subproject commit 36fc46d10118dfdcac7fbc9fa06eb1fcf2aa5a56 diff --git a/modules/Proxy b/modules/Proxy index 5e307635a6..019043c62c 160000 --- a/modules/Proxy +++ b/modules/Proxy @@ -1 +1 @@ -Subproject commit 5e307635a69f3c8ddf76781967287f27b5693334 +Subproject commit 019043c62c6f9df9532553c229aaa384b5942f36 diff --git a/modules/Razor b/modules/Razor index 0c7269eeb6..aa1c08de9d 160000 --- a/modules/Razor +++ b/modules/Razor @@ -1 +1 @@ -Subproject commit 0c7269eeb62b3a2749ff0e2d05b8d442bf3e994e +Subproject commit aa1c08de9d6937123967f6dcb9446c084182d41b diff --git a/modules/ResponseCaching b/modules/ResponseCaching index 673e7f5500..660e8a6632 160000 --- a/modules/ResponseCaching +++ b/modules/ResponseCaching @@ -1 +1 @@ -Subproject commit 673e7f550068537193a94f6ce323f9fbe9bf6e71 +Subproject commit 660e8a663219e47a8505820aafeb1166c4742ea0 diff --git a/modules/Routing b/modules/Routing index 1c114d9151..70c06fc509 160000 --- a/modules/Routing +++ b/modules/Routing @@ -1 +1 @@ -Subproject commit 1c114d915166fe02275e397205970ada635ff095 +Subproject commit 70c06fc50980cf9096171177a9c22abec4a4dbab diff --git a/modules/Scaffolding b/modules/Scaffolding index 804a6e74f4..0315330f50 160000 --- a/modules/Scaffolding +++ b/modules/Scaffolding @@ -1 +1 @@ -Subproject commit 804a6e74f49e26d8171ab9efefcd8f794da1ea2d +Subproject commit 0315330f508483fe62a5d236c16c0c096f2f0699 diff --git a/modules/Security b/modules/Security index bee77ebf91..a587846e00 160000 --- a/modules/Security +++ b/modules/Security @@ -1 +1 @@ -Subproject commit bee77ebf911d477faed36a12bcc7369bf0005e1a +Subproject commit a587846e00be62da2576b0691af88dd6c4ac3dcd diff --git a/modules/ServerTests b/modules/ServerTests index 91160a155a..18a2df6547 160000 --- a/modules/ServerTests +++ b/modules/ServerTests @@ -1 +1 @@ -Subproject commit 91160a155ab35a141231c60d010fa7f0d8c0982e +Subproject commit 18a2df6547a0cc67da12f8f8a46414aa3d9158c8 diff --git a/modules/Session b/modules/Session index c1962bae88..dc1e888a95 160000 --- a/modules/Session +++ b/modules/Session @@ -1 +1 @@ -Subproject commit c1962bae887ce176ce5f7b94f8bacbea9439aae2 +Subproject commit dc1e888a95db6a5feb7c987fd64b2830bec16cf3 diff --git a/modules/SignalR b/modules/SignalR index 227c6b8133..41d7bde71b 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit 227c6b813399158c45ef5d1b1d42427f3e539d7e +Subproject commit 41d7bde71b6425946f54750f44ee39f7cddc164c diff --git a/modules/StaticFiles b/modules/StaticFiles index 6886061460..fa221c1664 160000 --- a/modules/StaticFiles +++ b/modules/StaticFiles @@ -1 +1 @@ -Subproject commit 6886061460e49d993571072e94305ca5357c6666 +Subproject commit fa221c166493d15ef4e1affee1ce2f3f7f2ff0e2 diff --git a/modules/Templating b/modules/Templating index 5f149cfa9c..768054eb6d 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 5f149cfa9c1843b5800b9b886462cea2dd261a7c +Subproject commit 768054eb6dd50b969328b9fcf00a7673524d63aa diff --git a/modules/Testing b/modules/Testing index a01d132f74..af559e5fe1 160000 --- a/modules/Testing +++ b/modules/Testing @@ -1 +1 @@ -Subproject commit a01d132f743a8143ddfca88999da9f36b1f84d05 +Subproject commit af559e5fe1f479baed66a13e80eb10ff41c241c1 diff --git a/modules/WebHooks b/modules/WebHooks index 8f08e0c8ec..3fee343887 160000 --- a/modules/WebHooks +++ b/modules/WebHooks @@ -1 +1 @@ -Subproject commit 8f08e0c8ec48cd0891e8e892817147e2bd3dc5b3 +Subproject commit 3fee343887788ce12978292997922ac17f9e19b4 diff --git a/modules/WebSockets b/modules/WebSockets index 4cf0b5d033..dfed5a91b1 160000 --- a/modules/WebSockets +++ b/modules/WebSockets @@ -1 +1 @@ -Subproject commit 4cf0b5d033e445153f8ed6bf40bcd8e7b959fd2d +Subproject commit dfed5a91b1817ddc838c5ba7fbc5e784356e87d9