From b7b1ea207d2dc702f689dc045d235399e05b88e9 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 30 Aug 2018 15:08:57 -0700 Subject: [PATCH 1/3] Start shipping templates to NuGet --- build/artifacts.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/artifacts.props b/build/artifacts.props index b5a2f5a585..5a91df08e4 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -182,10 +182,10 @@ - - - - + + + + From bde9b8b1157ba7181266728e104e5a8205fac048 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Thu, 30 Aug 2018 16:04:06 -0700 Subject: [PATCH 2/3] Updating submodule(s) Diagnostics => 525fbf495b6826a386e7ff29561f86213e0ecfbc EntityFrameworkCore => 297412a470f098a25b3ba2454b7850c861e19591 FileSystem => b9986fc364ec439606f998d44e02be71a922aec7 HttpClientFactory => 55de61368c45e761a6c36be94f9f9165cca20d50 Identity => bb1cd5ec090e4a1b4339add44d72706b12c5f019 IISIntegration => 729a98adfc03442b27b3f7953704e7022a9e1829 KestrelHttpServer => 80b30b21eecc743551d2b748e0dd45379d28350f Mvc => d8b7dbd1f3fef9789b12169de2bb25481ebad05c Razor => 852ad8df87e27fd9a39bf4def70742f7832b7240 Routing => 945e798ca78f749f62dcf2b24d99d9e82d17ef26 Scaffolding => 5b113cd96f4dd324291e5339331e64956b1a7e2c SignalR => f42f4c56e61c5891a851907cf4639575dbbc8df4 Templating => afccb085a287322fd4d60f643fe04d04462f5394 [auto-updated: submodules] --- modules/Diagnostics | 2 +- modules/EntityFrameworkCore | 2 +- modules/FileSystem | 2 +- modules/HttpClientFactory | 2 +- modules/IISIntegration | 2 +- modules/Identity | 2 +- modules/KestrelHttpServer | 2 +- modules/Mvc | 2 +- modules/Razor | 2 +- modules/Routing | 2 +- modules/Scaffolding | 2 +- modules/SignalR | 2 +- modules/Templating | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/Diagnostics b/modules/Diagnostics index 5c8b549882..525fbf495b 160000 --- a/modules/Diagnostics +++ b/modules/Diagnostics @@ -1 +1 @@ -Subproject commit 5c8b5498820ca4cd1a3ac205eae5643b1a1463ac +Subproject commit 525fbf495b6826a386e7ff29561f86213e0ecfbc diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index da777ce517..297412a470 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit da777ce51757b695443ac2fb8135bae2aab8a43b +Subproject commit 297412a470f098a25b3ba2454b7850c861e19591 diff --git a/modules/FileSystem b/modules/FileSystem index 4e744b9dba..b9986fc364 160000 --- a/modules/FileSystem +++ b/modules/FileSystem @@ -1 +1 @@ -Subproject commit 4e744b9dbaf32d6e52e19af54c040cc2ca3fa97c +Subproject commit b9986fc364ec439606f998d44e02be71a922aec7 diff --git a/modules/HttpClientFactory b/modules/HttpClientFactory index b64fc5704a..55de61368c 160000 --- a/modules/HttpClientFactory +++ b/modules/HttpClientFactory @@ -1 +1 @@ -Subproject commit b64fc5704a260feda061c2df49565bf3a1c6e07c +Subproject commit 55de61368c45e761a6c36be94f9f9165cca20d50 diff --git a/modules/IISIntegration b/modules/IISIntegration index c62c7f6a61..729a98adfc 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit c62c7f6a61905e789486909e3d942b45542b202e +Subproject commit 729a98adfc03442b27b3f7953704e7022a9e1829 diff --git a/modules/Identity b/modules/Identity index 64af0228d6..bb1cd5ec09 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit 64af0228d60958cc579b6f323e1912fccf18f61c +Subproject commit bb1cd5ec090e4a1b4339add44d72706b12c5f019 diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index 5ea537fbc4..80b30b21ee 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit 5ea537fbc4d6c112040032daab8a393eb1c0f35f +Subproject commit 80b30b21eecc743551d2b748e0dd45379d28350f diff --git a/modules/Mvc b/modules/Mvc index 667ad4daff..d8b7dbd1f3 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 667ad4daff242d4a09f4ca68836e8aa3e10b5a02 +Subproject commit d8b7dbd1f3fef9789b12169de2bb25481ebad05c diff --git a/modules/Razor b/modules/Razor index f703a288dd..852ad8df87 160000 --- a/modules/Razor +++ b/modules/Razor @@ -1 +1 @@ -Subproject commit f703a288ddfdfd90f5d1c0bdd5b82b7b064e6518 +Subproject commit 852ad8df87e27fd9a39bf4def70742f7832b7240 diff --git a/modules/Routing b/modules/Routing index 40fb13a021..945e798ca7 160000 --- a/modules/Routing +++ b/modules/Routing @@ -1 +1 @@ -Subproject commit 40fb13a02172a0379b40a278391ae1fad716d256 +Subproject commit 945e798ca78f749f62dcf2b24d99d9e82d17ef26 diff --git a/modules/Scaffolding b/modules/Scaffolding index 1efb869826..5b113cd96f 160000 --- a/modules/Scaffolding +++ b/modules/Scaffolding @@ -1 +1 @@ -Subproject commit 1efb86982667c19a1f06fbb91ad9ae781623c91f +Subproject commit 5b113cd96f4dd324291e5339331e64956b1a7e2c diff --git a/modules/SignalR b/modules/SignalR index f314362ea5..f42f4c56e6 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit f314362ea5d239c38a0c45e212212737b151a42b +Subproject commit f42f4c56e61c5891a851907cf4639575dbbc8df4 diff --git a/modules/Templating b/modules/Templating index 9652fbd2b4..afccb085a2 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 9652fbd2b438ad64415278f2224286dadebcc7ab +Subproject commit afccb085a287322fd4d60f643fe04d04462f5394 From 9f37a92dc933f7952ea578f7be3602a5aef1ec84 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 29 Aug 2018 15:28:55 -0700 Subject: [PATCH 3/3] Add Microsoft.AspNetCore.DataProtection.EntityFrameworkCore --- build/artifacts.props | 1 + modules/DataProtection | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/artifacts.props b/build/artifacts.props index 5a91df08e4..4c111d4d66 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -67,6 +67,7 @@ + diff --git a/modules/DataProtection b/modules/DataProtection index c119bee8ef..7520ffa0ef 160000 --- a/modules/DataProtection +++ b/modules/DataProtection @@ -1 +1 @@ -Subproject commit c119bee8efb1632cfc3ff864ba2be704349efd26 +Subproject commit 7520ffa0efd04c18630c2612855cb590a94cc69a