From c1e9122f0c3202545aee28243c18b0f33c5c12d9 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 16 Nov 2021 19:20:21 -0800 Subject: [PATCH] [release/6.0] Disable native ports package validation (#61697) --- .../System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj | 2 ++ .../System.IO.Ports/pkg/runtime.native.System.IO.Ports.props | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj b/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj index 86043b1f0aa51..ff96f2f4fca13 100644 --- a/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj +++ b/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj @@ -6,6 +6,8 @@ false $(NoWarn);NU5128 + + false diff --git a/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.props b/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.props index dd4aff2fd0e45..4824f36ff0a4b 100644 --- a/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.props +++ b/src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.props @@ -13,6 +13,8 @@ true $(NoWarn);NU5128 + + false