Skip to content

Commit 11e13d1

Browse files
committed
!fixup! Fix typo in item group name
1 parent db58b6a commit 11e13d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
has a chance to set $(RemoveDevicePlatformSupport) and long after @(SupportedPlatforms) is initialized.
181181
-->
182182
<ItemGroup Condition=" '$(RemoveDevicePlatformSupport)' == 'true' ">
183-
<SupportedPlatforms Remove="Android" />
184-
<SupportedPlatforms Remove="iOS" />
183+
<SupportedPlatform Remove="Android" />
184+
<SupportedPlatform Remove="iOS" />
185185
</ItemGroup>
186186

187187
<Target Name="_CopySymbolsToArtifacts">

0 commit comments

Comments
 (0)