Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Stanton-Nurse <anurse@microsoft.com>2019-08-14 01:10:56 +0300
committerAndrew Stanton-Nurse <anurse@microsoft.com>2019-08-14 01:10:56 +0300
commitbe0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8 (patch)
treed8798cba41d0bbe7c0a04c55209b3b75da1e2601
parente1426f6bdf0ca7501a5dc8258891075e6c7abe1c (diff)
Merged PR 2631: Fix patch config in 2.2v2.2.7
I'll merge this ASAP once I'm confident it will resolve the issue
-rw-r--r--eng/PatchConfig.props1
1 files changed, 1 insertions, 0 deletions
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:
<PackagesInPatch>
Microsoft.AspNetCore.DataProtection.AzureStorage;
Microsoft.AspNetCore.Hosting;
+ Microsoft.AspNetCore.SpaServices;
</PackagesInPatch>
</PropertyGroup>
</Project>