Skip to content

Commit

Permalink
Supress CA1420 Temporarily to fix build errors (#6941)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhashish-wpf authored Aug 24, 2022
1 parent a4b75aa commit 1015457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Microsoft.DotNet.Wpf/Directory.Build.Props
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<NoWarn>$(NoWarn);CA1420</NoWarn>
</PropertyGroup>
</Project>

0 comments on commit 1015457

Please sign in to comment.