Skip to content

Commit 479322e

Browse files
committed
Merge in 'release/6.0' changes
2 parents f35d5b0 + c1e9122 commit 479322e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<NoTargetsDoNotReferenceOutputAssemblies>false</NoTargetsDoNotReferenceOutputAssemblies>
77
<!-- This is a meta package and doesn't contain any libs. -->
88
<NoWarn>$(NoWarn);NU5128</NoWarn>
9+
<!-- It doesn't make sense to run package validation on native packages -->
10+
<EnablePackageValidation>false</EnablePackageValidation>
911
</PropertyGroup>
1012

1113
<ItemGroup>

src/libraries/System.IO.Ports/pkg/runtime.native.System.IO.Ports.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<UseRuntimePackageDisclaimer>true</UseRuntimePackageDisclaimer>
1414
<!-- This is a native package and doesn't contain any ref/lib assets. -->
1515
<NoWarn>$(NoWarn);NU5128</NoWarn>
16+
<!-- It doesn't make sense to run package validation on native packages -->
17+
<EnablePackageValidation>false</EnablePackageValidation>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

0 commit comments

Comments
 (0)