haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

Build against lower version of Framework #177

Closed rojepp closed 7 years ago

rojepp commented 7 years ago

Is there any reason Expecto needs .Net 4.6.1? I ran against this trying to update dependencies for FSharp.Configuration, which is built against .Net 4.6, so latest Expecto can't be loaded.

haf commented 7 years ago

@rojepp Not something in particular. I just find it hard to know what framework to target when using mono because there's no tooling that tells me about what features of the very latest mono I cannot use when targeting lower frameworks. Also, afaik .Net standard 1.6 is mostly equivalent to 4.6, but I don't know about patch numbers.

Anyway; I normally let my test projects be the very latest version of everything using paket groups. Perhaps that's a nice solution in this case?

Otherwise, I don't mind PRs ;) – to remove the patch.

haf commented 7 years ago

I'm closing this, because it's not really a bug, it's more of a suggestion. If you send a PR I can merge that. 👍