For a particular project, I'm creating a cross platform library. Most of it is easy enough, but I'm also considering adding in RestSharp and JSON.NET. Both of these are available in the component store - but I'm guessing for a library I'll need to include a version that I've just built using mono itself. Will this work or am I likely to hit a problem as they're not the monodroid/monotouch versions? (I don't know the specifics of the internals, but am guessing that they're not going to be the same)
↧