IrcDotNet / IrcDotNet

IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
https://ircdotnet.github.io/IrcDotNet/
MIT License
197 stars 75 forks source link

Target MonoAndroid #31

Open joelghill opened 8 years ago

joelghill commented 8 years ago

Adding IrcDotNet via NuGet in Xamarin Studio fails with this message:

"Could not install package 'IrcDotNet 0.6.1'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', 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."

Building IrcDotNet in Xamarin Studio, then referencing the dll works fine.

paralin commented 7 years ago

We do not target MonoAndroid right now. See #35.

paralin commented 7 years ago

I'm not certain what is required to target Android. Do we need anything more than dotnetstandard support?