fsprojects / FSharp.UMX

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

Maximize reach wrt FSharp.Core and netcoreapp versions re #6 #9

Closed bartelink closed 5 years ago

bartelink commented 5 years ago

I work on a project that supports "FSharp.Core" Version="3.1.2.5" in its net461 variant and makes use of this in samples; relaxing the constraints as this PR does means I can compile those without warnings. I have a similar need/desire to include this in a dotnet new template and having maximal reach is critical in that context.