Skip to content

Commit

Permalink
Update Maui.ServerDrivenUI.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Feb 18, 2024
1 parent 8095ff6 commit 83f0b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Maui.ServerDrivenUI/Maui.ServerDrivenUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<Version>0.0.2-pre</Version>
<PackageId>ServerDrivenUI.Maui</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 83f0b38

Please sign in to comment.