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:13:40 +0300
committerAndrew Stanton-Nurse <anurse@microsoft.com>2019-08-14 01:13:40 +0300
commit2a6c96a684b0cd574b6fb6e867422d5d605663eb (patch)
tree3334cd3cb4e79a2ed2275602cbed1d0fdfb17037
parentd49d7d7e0a26340fb3f6ff099c974df349bce325 (diff)
Merged PR 2630: Fix patch config for SpaServices MSRCv2.1.13
I'll merge this ASAP once I'm confident it will fix 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 8fa9474235..e433208e89 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -43,6 +43,7 @@ Later on, this will be checked using this condition:
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.13' ">
<PackagesInPatch>
Microsoft.AspNetCore.DataProtection.AzureStorage;
+ Microsoft.AspNetCore.SpaServices;
</PackagesInPatch>
</PropertyGroup>
</Project>