Skip to content

Commit

Permalink
upgrade (Laerdal.Dfu.csproj): Laerdal.Dfu.Bindings.iOS ver 4.13.0.43894
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Apr 15, 2024
1 parent e79f578 commit d704305
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Laerdal.Dfu/Laerdal.Dfu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

<PropertyGroup>
<TargetFrameworks>net7.0-ios;net7.0-android</TargetFrameworks>

<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>

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

<PropertyGroup>
Expand All @@ -33,6 +34,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-ios'">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.13.0.43890" />
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.13.0.43894" />
</ItemGroup>
</Project>

</Project>

0 comments on commit d704305

Please sign in to comment.