From 2a6c96a684b0cd574b6fb6e867422d5d605663eb Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 13 Aug 2019 22:13:40 +0000 Subject: [PATCH] Merged PR 2630: Fix patch config for SpaServices MSRC I'll merge this ASAP once I'm confident it will fix the issue. --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 8fa947423526..e433208e893c 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -43,6 +43,7 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.DataProtection.AzureStorage; + Microsoft.AspNetCore.SpaServices;