Add project capability in 2.1 M.A.App for inproc hosting (#796)
This commit is contained in:
parent
73f5051e19
commit
5d4fd2a592
|
|
@ -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>
|
||||
Loading…
Reference in New Issue