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:
parent
d49d7d7e0a
commit
2a6c96a684
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue