elcattivo / CloudFlareUtilities

A .NET Standard Library to bypass Cloudflare's Anti-DDoS measure (JavaScript challenge) using a DelegatingHandler.
MIT License
190 stars 47 forks source link

.NET Standard Support #19

Closed NathanNZ closed 6 years ago

NathanNZ commented 7 years ago

This pull request moves away from the deprecated PCL structure and into a .NET Standard 1.2 compatible library. This will be very helpful in transformation of the Jackett library to a .NET Core product 👍

NathanNZ commented 7 years ago

@elcattivo - the appveyor environment will need to be swapped to VS2017, the new project structure doesn't play nice with VS2015.

ghost commented 7 years ago

@elcattivo Would really appreciate getting this merged in and will allow more people to use your awesome library 🥇

elcattivo commented 7 years ago

Thank you for your contribution. I'll take a look at it next weekend.