timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
136 stars 13 forks source link

Remove support for old runtimes #386

Closed timcassell closed 5 months ago

timcassell commented 5 months ago

Removing support for runtimes older than netstandard2.0 will make maintenance much easier. Those older runtimes (net3.5) are probably not even used by anyone anymore at this point (Unity has been using netstandard2.0 since 2018).