From 4eab1f94d7e0fd761bc847caeea018ce9b067e08 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 7 Sep 2018 00:58:42 +0000 Subject: [PATCH 1/3] Updating submodule(s) EntityFrameworkCore => 920fd4a8db9de51f2d9f41d9331fda80e9fbb82c IISIntegration => 2597a2e0098daedf13787beb26f8de4d370848a1 Routing => 489a179c414557ddcb9948f834cfcd82a7387eda [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- modules/IISIntegration | 2 +- modules/Routing | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 1ca6f6f4b8..920fd4a8db 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 1ca6f6f4b85f127e1c34968312ac1f713017a305 +Subproject commit 920fd4a8db9de51f2d9f41d9331fda80e9fbb82c diff --git a/modules/IISIntegration b/modules/IISIntegration index 2cc108b2e1..2597a2e009 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit 2cc108b2e1e81b999461f7b52e1ce96d80cb0939 +Subproject commit 2597a2e0098daedf13787beb26f8de4d370848a1 diff --git a/modules/Routing b/modules/Routing index e3b704095b..489a179c41 160000 --- a/modules/Routing +++ b/modules/Routing @@ -1 +1 @@ -Subproject commit e3b704095bb3c64a7c0d2f18f73b3abd184990e4 +Subproject commit 489a179c414557ddcb9948f834cfcd82a7387eda From 02c9c047fe0d063ca1a5ae50589c60cb66e68c4f Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Thu, 6 Sep 2018 18:31:27 -0700 Subject: [PATCH 2/3] Updating submodule(s) Mvc => 74ba9898f485d688c69b60413fa6d11e9da9b019 [auto-updated: submodules] --- modules/Mvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Mvc b/modules/Mvc index 863b1c2c97..74ba9898f4 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 863b1c2c97d49bed2357b240307a085308a9c593 +Subproject commit 74ba9898f485d688c69b60413fa6d11e9da9b019 From e3ba165baaf5fe68a9ee3ecbb2dd7b916d6f77ab Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 6 Sep 2018 23:04:43 -0700 Subject: [PATCH 3/3] Update build.ps1 --- src/Installers/Windows/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Installers/Windows/build.ps1 b/src/Installers/Windows/build.ps1 index edba84e35e..fc1e45b081 100644 --- a/src/Installers/Windows/build.ps1 +++ b/src/Installers/Windows/build.ps1 @@ -2,7 +2,7 @@ # This script requires internal-only access to the code which generates ANCM installers. # -#requires -version 4 +#requires -version 5 [cmdletbinding()] param( [string]$Configuration = 'Debug',