linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 220 forks source link

.Net 4.7.1 Support (with .Net Standard 2) #664

Open PeterJarrettUK opened 6 years ago

PeterJarrettUK commented 6 years ago

Hi,

I'm using Tweetinvi to search for twitter accounts for music performers and it is working absolutely brilliantly.

I've just started a new .net 4.7.1 WPF application that also uses .Net Standard 2 Class libraries - and would love to use Twetinvi but the Nuget dependencies cause some headaches - do you have any plans to do a build targeting .net 4.7.1 to remove some of the older dependencies (http etc.) ?

Thanks and keep up the great work!

linvi commented 6 years ago

This will have to be reviewed as last time I checked .NET Standard 2 should be compatible with previous versions.

But I have to read more on the subject and I will let you when this will be released. Probably as part of 2.3 or 2.4.

Thanks, Linvi

PeterJarrettUK commented 6 years ago

Hi Thomas,

Ok thanks - the biggest issue is the HTTP Nuget dependencies etc. as these conflict with the System HTTP dependencies that get automatically remapped when we add in the .Net Standard packages into our WPF project to support the .Net Standard 2 based Class Library