Remove AspNetCoreHostingModelProperty (#561)
This commit is contained in:
parent
2181fdc943
commit
85ec92012a
|
|
@ -1,17 +1,4 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<!--
|
||||
This property is used by Microsoft.NET.Sdk.Web to generate a web.config file with 'hostingModel="InProcess"'.
|
||||
When this package is referenced, it is set by default to InProcess, unless the user project contains
|
||||
a different value for this property, or DisableInProcessHosting == true.
|
||||
|
||||
When AspNetCoreModuleHostingModel is empty, ANCM defaults to the reverse-proxy and out-of-process hosting model.
|
||||
|
||||
This property is only supported on .NET Core web applications.
|
||||
-->
|
||||
<AspNetCoreModuleHostingModel Condition=" '$(AspNetCoreModuleHostingModel)' == '' AND '$(DisableInProcessHosting)' != 'true' ">InProcess</AspNetCoreModuleHostingModel>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
Capability that enables Visual Studio support for hosting Asp.Net Core applications in the IIS process
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue