Merged PR 2630: Fix patch config for SpaServices MSRC

I'll merge this ASAP once I'm confident it will fix the issue.
This commit is contained in:
Andrew Stanton-Nurse 2019-08-13 22:13:40 +00:00
parent d49d7d7e0a
commit 2a6c96a684
1 changed files with 1 additions and 0 deletions

View File

@ -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>