xamarin.mac和.net核心的本机nuget目标

时间:2018-10-30 14:14:45

标签: xamarin .net-core nuget dylib xamarin.mac

我需要使用针对Xamarin.Mac(.framework)和netcoreapp/net40(.dylib)的nuget目标文件来捆绑/链接本机dylib / framework。

Xamarin.Mac知道如何使用其特定的NativeReference属性来引用.framework。 netcoreapp不会,需要做Content Include-CopyToOutputDirectory这样的事情才能获得预期的结果。

那是MSBuild让我失望的地方。在macOS上,条件targetframeworks无法使用AFAIK。

决定使用NativeReference还是CopyToOutputDirectory取决于TFM,目标/条件在macOS上不能很好地发挥作用(即无提示地失败...)。

尝试在这里:https://github.com/mfkl/libvlc-nuget/pull/15

任何帮助表示赞赏

0 个答案:

没有答案