我试图将 NetMQ 安装到我的 xamarin 应用程序中。
因为 NetMQ 依赖于 AsyncIO,所以无法安装此包并显示以下错误:
Could not install package 'AsyncIO 0.1.18'. You are trying to install this
package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111',
but the package does not contain any assembly references or content files
that are compatible with that framework. For more information, contact the package author.
我怎样才能重新解决这个问题?