Skip to content

Commit

Permalink
Merge pull request #8 from TheEightBot/feature/make-trimmable
Browse files Browse the repository at this point in the history
Add IsTrimmable property to AuroraControls.Maui.csproj
  • Loading branch information
michaelstonis authored Oct 19, 2023
2 parents 6cbe5d3 + 5040b51 commit 4753c08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AuroraControlsMaui/AuroraControls.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
<IsTrimmable>true</IsTrimmable>
<AssemblyName>AuroraControls</AssemblyName>
<PackageId>AuroraControls.Maui</PackageId>
</PropertyGroup>
Expand Down

0 comments on commit 4753c08

Please sign in to comment.