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' ">
|
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.13' ">
|
||||||
<PackagesInPatch>
|
<PackagesInPatch>
|
||||||
Microsoft.AspNetCore.DataProtection.AzureStorage;
|
Microsoft.AspNetCore.DataProtection.AzureStorage;
|
||||||
|
Microsoft.AspNetCore.SpaServices;
|
||||||
</PackagesInPatch>
|
</PackagesInPatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue