CommunityToolkit / Maui.NativeLibraryInterop

Maui.NativeLibraryInterop is a community-created library of binding samples to help .NET MAUI developers interop with native libraries more easily
MIT License
179 stars 28 forks source link

Set PrivateAssets=all for BuildTasks helper package ref #37

Closed pjcollins closed 4 months ago

pjcollins commented 4 months ago

Fixes: https://github.com/CommunityToolkit/Maui.NativeLibraryInterop/issues/32

Ensures the BuildTasks helper package will not be transitive dependency of the binding projects.

thisisthekap commented 4 months ago

@pjcollins Thank you for the change! I really appreciate your work on this project!