mbraceproject / FsPickler

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

FSharp.Core nuget 4.0.0.1 #60

Closed tebjan closed 8 years ago

tebjan commented 8 years ago

hello, the latest FSharp.Core nuget is 4.0.0.1 is there a particular reason why you hardcoded the 3.1.2.5 version in the paket.dependencies file?

https://www.nuget.org/packages/FSharp.Core

eiriktsarpalis commented 8 years ago

No reason at all. I just pushed a nuget release that fixes this.

eiriktsarpalis commented 8 years ago

You might need to set a binding redirect in your application if you plan to use the latest version though.

haf commented 8 years ago

Please don't upgrade. https://github.com/SuaveIO/suave/commit/baf41867596adda3eee0eefa1552cca6f4f93ebd

dsyme commented 8 years ago

F# libraries should depend on the minimum version of FSharp.Core possible but allow later packages to be used by clients, to avoid forcing unnecessary dependencies on consumers (who can use binding redirects). So please use >= 3.1,2.5 as the dependency

eiriktsarpalis commented 8 years ago

For the record it was this commit that relaxes paket dependencies to support future FSharp.Core releases. Closing this as resolved.