restsharp / RestSharp

Simple REST and HTTP API Client for .NET
https://restsharp.dev
Apache License 2.0
9.62k stars 2.34k forks source link

Remove obsolete platforms/versions support (.NET 3.5, Silverlight, WP8, WP8.1) #988

Closed alexeyzimarev closed 7 years ago

alexeyzimarev commented 7 years ago

We need to have solid support for netstandard20, net4.5.2 (or 4.6.1) and this should also include Mono. It should cover all currently actual platforms.

Therefore, obsolete versions can and should be removed to clear the path for further development without a burden of legacy support. Version, which has all currently supported platforms, needs to be released properly to enable people using these packages if they want to.

alexeyzimarev commented 7 years ago

Duplicate of #938