Skip to content

Commit

Permalink
feat (Laerdal.Dfu.csproj): upgrade bindings-nugets to their latest ne…
Browse files Browse the repository at this point in the history
…t8-based flavours
  • Loading branch information
ksidirop-laerdal committed May 23, 2024
1 parent 54b98ea commit 656c99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Laerdal.Dfu/Laerdal.Dfu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@

<!-- =========================== PACKAGES ============================ -->
<ItemGroup Condition=" '$(TargetPlatformIdentifier)' == 'android' ">
<PackageReference Include="Laerdal.Dfu.Bindings.Android" Version="2.3.0.43876"/>
<PackageReference Include="Laerdal.Dfu.Bindings.Android" Version="2.3.0.43888"/>
</ItemGroup>

<ItemGroup Condition=" '$(TargetPlatformIdentifier)' == 'ios' ">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.13.0.43928"/>
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.13.0.43933"/>
</ItemGroup>
<!-- =========================== PACKAGES ============================ -->

Expand Down

0 comments on commit 656c99d

Please sign in to comment.