Skip to content

Commit

Permalink
upgrade (Laerdal.Dfu.csproj): upgrade Laerdal.Dfu.Bindings.iOS nuget …
Browse files Browse the repository at this point in the history
…to 4.15.3.43972
  • Loading branch information
ksidirop-laerdal committed Nov 12, 2024
1 parent 8d9751d commit 96e3f58
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Laerdal.Dfu/Laerdal.Dfu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,16 @@

<!-- =========================== PACKAGES ============================ -->
<!-- Android -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0-android' ">
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'">
<PackageReference Include="Laerdal.Dfu.Bindings.Android" Version="2.7.0.43895"/>
</ItemGroup>
<!-- iOS/MacCatalyst -->
<ItemGroup Condition=" '$(IsForAppleStuff)' == 'true' ">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43957"/>
<!-- iOS -->
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43972" />
</ItemGroup>
<!-- MacCatalyst -->
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43972" />
</ItemGroup>
<!-- =========================== PACKAGES ============================ -->

Expand Down

0 comments on commit 96e3f58

Please sign in to comment.