Skip to content

Commit

Permalink
Update MultiTarget/NoWarn.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Dec 4, 2024
1 parent 697dcb6 commit 1c05f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTarget/NoWarn.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Disable warnings for 'This call site is reachable on all platforms.' caused by underlying platform. -->
<PropertyGroup Condition="'$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
<NoWarn>$(NoWarn);CA1416;</NoWarn>
<NoWarn>$(NoWarn);CA1416;NETSDK1219;</NoWarn>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 1c05f6a

Please sign in to comment.