abjerner / Skybrud.Social

Skybrud.Social is a framework in .NET for integration with various social services like Twitter, Facebook and Instagram. The framework will handle all the technical parts and API communication so you don't have to.
http://social.skybrud.dk/
MIT License
96 stars 32 forks source link

What is the target for this library? #67

Closed assassin316 closed 7 years ago

assassin316 commented 7 years ago

Can someone tell me the target platform for this library? I tried adding the nuget package to a PCL, a UWP class library, a .Net Core library, and a Xamarin PCL, but none work.

abjerner commented 7 years ago

Skybrud.Social targets the full .NET framework. The Skybrud.Social NuGet package targets v4.0, while the Skybrud.Social.Core NuGet package targets v4.5.

I don't really have any experience with targeting portable platforms - or .NET core for that matter - so these platforms are not supported.