Add project capability for inproc hosting (#532)
This commit is contained in:
parent
6b4673bbdc
commit
10f0f7b2ee
|
|
@ -11,4 +11,12 @@
|
||||||
-->
|
-->
|
||||||
<AspNetCoreModuleHostingModel Condition=" '$(AspNetCoreModuleHostingModel)' == '' AND '$(DisableInProcessHosting)' != 'true' ">InProcess</AspNetCoreModuleHostingModel>
|
<AspNetCoreModuleHostingModel Condition=" '$(AspNetCoreModuleHostingModel)' == '' AND '$(DisableInProcessHosting)' != 'true' ">InProcess</AspNetCoreModuleHostingModel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Capability that enables Visual Studio support for hosting Asp.Net Core applications in the IIS process
|
||||||
|
-->
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectCapability Include="AspNetInProcessHosting" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue