Add project capability in 2.1 M.A.App for inproc hosting (#796)

This commit is contained in:
Justin Kotalik 2018-01-28 16:59:16 -08:00 committed by GitHub
parent 73f5051e19
commit 5d4fd2a592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -2,4 +2,12 @@
<PropertyGroup>
<MicrosoftNETPlatformLibrary>Microsoft.AspNetCore.App</MicrosoftNETPlatformLibrary>
</PropertyGroup>
<!--
Capability that enables Visual Studio support for hosting Asp.Net Core applications in the IIS process
-->
<ItemGroup>
<ProjectCapability Include="AspNetInProcessHosting" />
</ItemGroup>
</Project>