rspeele / TaskBuilder.fs

F# computation expression builder for System.Threading.Tasks
Creative Commons Zero v1.0 Universal
237 stars 27 forks source link

update project to target multiple frameworks #16

Closed quezlatch closed 6 years ago

quezlatch commented 6 years ago

so we can still use the nuget package if we're not on core...

ForNeVeR commented 6 years ago

Could you please update the publishing docs so we could know how to publish the multi-target package to NuGet?

quezlatch commented 6 years ago

exactly the same command will work, though you will need those frameworks installed which probably means compiling from windows

rspeele commented 6 years ago

Works for me. Thanks!