Skip to content

Commit

Permalink
!fixup! Fix typo in item group name
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Mar 19, 2021
1 parent db58b6a commit 11e13d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
has a chance to set $(RemoveDevicePlatformSupport) and long after @(SupportedPlatforms) is initialized.
-->
<ItemGroup Condition=" '$(RemoveDevicePlatformSupport)' == 'true' ">
<SupportedPlatforms Remove="Android" />
<SupportedPlatforms Remove="iOS" />
<SupportedPlatform Remove="Android" />
<SupportedPlatform Remove="iOS" />
</ItemGroup>

<Target Name="_CopySymbolsToArtifacts">
Expand Down

0 comments on commit 11e13d1

Please sign in to comment.