fsprojects / FSharp.UMX

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

Remove / make conditional the dependency on Fable.Core ? #3

Closed bartelink closed 5 years ago

bartelink commented 5 years ago

I'm hoping to use this in a low-dependencies, non-Fable-related set of example for a library.

I'm wondering (why it's necessary and/or) whether you'd accept a PR to remove (and/or make conditional) the dependency on Fable.Core ?

alfonsogarciacaro commented 5 years ago

Ups, the Fable.Core dependency shouldn't be needed at all! I think I copied the .fsproj from another project and forgot to remove it 😅 Thanks for pointing it out!

bartelink commented 5 years ago

No problem - thanks!