We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db58b6a commit 11e13d1Copy full SHA for 11e13d1
Directory.Build.targets
@@ -180,8 +180,8 @@
180
has a chance to set $(RemoveDevicePlatformSupport) and long after @(SupportedPlatforms) is initialized.
181
-->
182
<ItemGroup Condition=" '$(RemoveDevicePlatformSupport)' == 'true' ">
183
- <SupportedPlatforms Remove="Android" />
184
- <SupportedPlatforms Remove="iOS" />
+ <SupportedPlatform Remove="Android" />
+ <SupportedPlatform Remove="iOS" />
185
</ItemGroup>
186
187
<Target Name="_CopySymbolsToArtifacts">
0 commit comments