From 8932383d67709ff6b888b842d666d9d83bc17f49 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 18 May 2018 10:07:40 -0700 Subject: [PATCH] Always pack Microsoft.AspNetCore.Server.IIS (#852) --- .../Microsoft.AspNetCore.Server.IIS.csproj | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj b/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj index ed8b42bc55..b33643eb31 100644 --- a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj +++ b/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.csproj @@ -4,19 +4,13 @@ netstandard2.0 Microsoft.AspNetCore.Server.IIS Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule. - false $(NoWarn);CS1591 true aspnetcore;iis true + true - - - - - - @@ -30,6 +24,13 @@ + + + + + + +