Add Kestrel.Core to patchconfig

This commit is contained in:
Chris Ross (ASP.NET) 2018-11-27 10:17:37 -08:00
parent 0954a15458
commit a36db52f9e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<PackagesInPatch>
Microsoft.AspNetCore;
Microsoft.AspNetCore.Server.IISIntegration;
Microsoft.AspNetCore.Server.Kestrel.Core;
</PackagesInPatch>
</PropertyGroup>