mbraceproject / FsPickler

A fast multi-format message serializer for .NET
http://mbraceproject.github.io/FsPickler/
MIT License
324 stars 52 forks source link

Add support for Net35 #54

Closed eiriktsarpalis closed 9 years ago

eiriktsarpalis commented 9 years ago

This PR introduces support for net35 targets. Nuget packages have been updated accordingly.

eiriktsarpalis commented 9 years ago

The following issue prevents the creation of an FsPickler.CSharp package that targets net35.

https://github.com/fsharp/fsharp/issues/430