Skip to content

Commit 1c05f6a

Browse files
authored
Update MultiTarget/NoWarn.props
1 parent 697dcb6 commit 1c05f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/NoWarn.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Disable warnings for 'This call site is reachable on all platforms.' caused by underlying platform. -->
33
<PropertyGroup Condition="'$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
4-
<NoWarn>$(NoWarn);CA1416;</NoWarn>
4+
<NoWarn>$(NoWarn);CA1416;NETSDK1219;</NoWarn>
55
</PropertyGroup>
66

77
<!--

0 commit comments

Comments
 (0)