From a08a2f47edb1acafc926162c579e92ef1ca8d37d Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 26 Oct 2017 16:11:25 -0700 Subject: [PATCH] Suppress NU1603 for the coreruntimetask project It is using a version of CCI which has dependencies that cannot be found but the the dependencies it ends up with are newer and work fine so just suppressing the warning instead of changing to another version of the CCI package which may have slightly different code changes. Commit migrated from https://github.com/dotnet/core-setup/commit/1c0329282f5657f8a8be3baadf2880ffdc3e292b --- .../Microsoft.Build.Net.CoreRuntimeTask.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj b/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj index 4967f97..ada9ee4 100644 --- a/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj +++ b/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj @@ -5,7 +5,7 @@ true v4.6 - + {49082C55-62B7-4DEC-BC9E-3F57945AC37E} Library @@ -18,7 +18,7 @@ SAK SAK SAK - + false @@ -35,6 +35,7 @@ obj MSFT true + $(NoWarn);NU1603 @@ -57,7 +58,7 @@ - + -- 2.7.4