From 4050c6374f51e17cd585750f08f571ccd4686ecb Mon Sep 17 00:00:00 2001 From: jbeisner Date: Thu, 14 Jun 2018 20:31:09 +0000 Subject: [PATCH 1/2] The "pack" command under 'buildCrossTargeting' for 'Microsoft.DotNet.MSBuildSdkResolver' now throws a "NU5104" warning/error because the SDK stage0 was changed to "2.1.300" [change was intended]. --- build/BuildDefaults.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index 757d6ec36..acf196ff3 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -28,7 +28,7 @@ - NU1701 + NU1701;NU5104 true From c0c445be04052584fbc61d863f215f4a0bd55f9c Mon Sep 17 00:00:00 2001 From: jbeisner Date: Thu, 14 Jun 2018 21:12:46 +0000 Subject: [PATCH 2/2] Updating the 'NoWarn' comments. --- build/BuildDefaults.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index acf196ff3..eb114a390 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -26,8 +26,10 @@ true - + + + NU1701;NU5104 true