File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1616 <!-- Enable project identifiers -->
1717 <Import Project =" $(ToolingDirectory)\MultiTarget\MultiTargetIdentifiers.props" />
1818 <Import Project =" $(ToolingDirectory)\MultiTarget\DefinedConstants.props" />
19+ <Import Project =" $(ToolingDirectory)\MultiTarget\NoWarn.props" />
1920
2021 <!-- Add platform package dependencies -->
2122 <Import Project =" $(ToolingDirectory)\MultiTarget\PackageReferences\Uno.props" Condition =" $(IsUno) == 'true'" />
Original file line number Diff line number Diff line change 1+ <Project >
2+ <!-- Disable warnings for 'This call site is reachable on all platforms.' caused by underlying platform. -->
3+ <PropertyGroup Condition =" '$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >
4+ <NoWarn >$(NoWarn);CA1416;</NoWarn >
5+ </PropertyGroup >
6+ </Project >
You can’t perform that action at this time.
0 commit comments