Merged PR 2631: Fix patch config in 2.2
I'll merge this ASAP once I'm confident it will resolve the issue
This commit is contained in:
parent
e1426f6bdf
commit
be0a4a7f4c
|
|
@ -77,6 +77,7 @@ Later on, this will be checked using this condition:
|
||||||
<PackagesInPatch>
|
<PackagesInPatch>
|
||||||
Microsoft.AspNetCore.DataProtection.AzureStorage;
|
Microsoft.AspNetCore.DataProtection.AzureStorage;
|
||||||
Microsoft.AspNetCore.Hosting;
|
Microsoft.AspNetCore.Hosting;
|
||||||
|
Microsoft.AspNetCore.SpaServices;
|
||||||
</PackagesInPatch>
|
</PackagesInPatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue