From be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 13 Aug 2019 22:10:56 +0000 Subject: [PATCH] Merged PR 2631: Fix patch config in 2.2 I'll merge this ASAP once I'm confident it will resolve the issue --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index ca3fab2ab2..3f12fb1a02 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -77,6 +77,7 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.DataProtection.AzureStorage; Microsoft.AspNetCore.Hosting; + Microsoft.AspNetCore.SpaServices;