Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/referencePackages/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
<NoWarn>$(NoWarn);RS1025</NoWarn>
<!-- Don't warn on RS1026 - Enable concurrent execution -->
<NoWarn>$(NoWarn);RS1026</NoWarn>

<!-- Disable package and project pruning warnings. All dependencies in this repository mirror the
original package's dependencies and shouldn't get changed here. -->
<NoWarn>$(NoWarn);NU1510;NU1511</NoWarn>
</PropertyGroup>

</Project>