Remove AspNetCoreHostingModelProperty (#561)

This commit is contained in:
Justin Kotalik 2018-01-26 10:25:05 -08:00 committed by GitHub
parent 2181fdc943
commit 85ec92012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -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
-->