Skip to content

Commit

Permalink
upgrade (Laerdal.Dfu.csproj): upgrade ios bindings nuget to alpha ver…
Browse files Browse the repository at this point in the history
…sion 4.13.0.43915
  • Loading branch information
ksidirop-laerdal committed May 9, 2024
1 parent 384f02d commit ad11ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Laerdal.Dfu/Laerdal.Dfu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<Import Project="Laerdal.targets"/>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-android'">
<PackageReference Include="Laerdal.Dfu.Bindings.Android" Version="2.3.0.43876" />
<PackageReference Include="Laerdal.Dfu.Bindings.Android" Version="2.3.0.43876"/>
</ItemGroup>

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

</Project>

0 comments on commit ad11ee6

Please sign in to comment.