Skip to content

Commit

Permalink
feat (Laerdal.Dfu.csproj): upgrade Laerdal.Dfu.Bindings.iOS to versio…
Browse files Browse the repository at this point in the history
…n 4.15.3.43972 which resolves all issues we had with missing symbols in maccatalyst
  • Loading branch information
ksidirop-laerdal committed Nov 15, 2024
1 parent fcc5a7a commit df785eb
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 @@ -101,11 +101,11 @@
</ItemGroup>
<!-- iOS -->
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43972" />
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43980" />
</ItemGroup>
<!-- MacCatalyst -->
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'">
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43972" />
<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="4.15.3.43980" />
</ItemGroup>
<!-- =========================== PACKAGES ============================ -->

Expand Down

0 comments on commit df785eb

Please sign in to comment.