inproc property was changed in 2.2 (#1316)

This commit is contained in:
Sourabh Shirhatti 2018-08-23 12:41:27 -07:00 committed by GitHub
parent 3b3f128306
commit b3893720b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<AspNetCoreModuleHostingModel>inprocess</AspNetCoreModuleHostingModel> <AspNetCoreHostingModel>inprocess</AspNetCoreHostingModel>
</PropertyGroup> </PropertyGroup>
</Project> </Project>