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
183 stars 29 forks source link

[buildtasks] Rework multitargeting support #28

Closed pjcollins closed 5 months ago

pjcollins commented 5 months ago

Reworks multitargeting support to ensure native build targets always run for every target framework in the project, rather than trying to run once at the top of a multitargeted build.

Build output directories have been updated to include $(TargetFramework) to avoid potential conflicts with using the same output directory for a multitargeting project.