From 7e92e4c280204bd6a187847fecc19abca41a89e3 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 11 Jun 2019 09:59:47 -0700 Subject: [PATCH] Remove warning for content files issues (#11073) --- ...crosoft.AspNetCore.Server.IntegrationTesting.IIS.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj index cbfb23b75b..424be8c5f5 100644 --- a/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj +++ b/src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj @@ -14,6 +14,13 @@ true false false + + $(NoWarn);NU5100