From: Rob V. <rv...@do...> - 2015-05-15 11:27:11
|
All How would people feel about dropping .Net 3.5 support in future releases (not immediately but at some point in the future)? With the 1.9 branch I'm trying to refactor the APIs to use more modern .Net APIs where possible and in some cases simple useful APIs (e.g. INotifyCollectionChanged) simply don't exist. I'd rather reduce the number of targets we have down to just the following: * .Net 4.0 * .Net 4.0 Client Profile * .Net PCL (Exact profile supported may change over time) Thoughts? Rob |