Skip to content

Commit

Permalink
NR Build: Try workaround for iOS build. xamarin/xamarin-macios#21013
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Aug 13, 2024
1 parent 6918e54 commit d8295fb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>

<!-- Workaround for https://github.com/xamarin/xamarin-macios/issues/21013 -->
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d8295fb

Please sign in to comment.