Skip to content

Commit

Permalink
fix (Laerdal.Dfu.Bindings.iOS.csproj): we now use NoBindingEmbedding=…
Browse files Browse the repository at this point in the history
…true (old was: false which was needed in the xamarin days but not anymore)
  • Loading branch information
ksidirop-laerdal committed May 15, 2024
1 parent 56a35fa commit 544daeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Laerdal.Dfu.Bindings.iOS/Laerdal.Dfu.Bindings.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>

<!-- see : https://github.com/xamarin/xamarin-macios/pull/12694 todo test if we still need this in the dotnet8 era -->
<NoBindingEmbedding>false</NoBindingEmbedding>
<!-- https://github.com/Laerdal/Laerdal.Dfu/issues/29#issuecomment-1904057544 -->
<NoBindingEmbedding>true</NoBindingEmbedding>
</PropertyGroup>

<!-- ==================== VERSION ==================== -->
Expand Down

0 comments on commit 544daeb

Please sign in to comment.