fsprojects / FSharp.UMX

F# units of measure for primitive non-numeric types
MIT License
154 stars 10 forks source link

MultiTarget to net461 for older environments ? #6

Closed bartelink closed 5 years ago

bartelink commented 5 years ago

I'd like to see the nuget multitarget to hit net461 too like this, i.e. with dependencies looking like this in order to facilitate using in codebases pre netstandard 2.0

Happy to do it as a PR if you're interested

bartelink commented 5 years ago

Actually #5 does most of this - the extra trimmings are based on conventions derived by @enricosada - will close this after that's been brought to a close

bartelink commented 5 years ago

Closing - while using a lesser version of FSharp.Core might ultimately make the package more malleable, it's not really worth the extra cognitive load on readers of the fsproj file. And if I'm wrong, whomever runs ito it will raise an issue!