File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/libraries/System.IO.Ports/pkg Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments