rspeele / TaskBuilder.fs

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

Support for netstandard2.0 #30

Closed isaacabraham closed 4 years ago

isaacabraham commented 4 years ago

This add basic support for netstandard2.0. I don't know what else is required - probably upping the version number and some other testing.

Linked to #29

isaacabraham commented 4 years ago

@slang25 @forki do you think that this is good to go? I've tested by created a local version of the package, it seemed to work with Paket at least.

I imagine a new version number needs to be set and perhaps some other things as well.

slang25 commented 4 years ago

👍 Looks good

isaacabraham commented 4 years ago

I've tested this locally and it seems to work, although I had to delete the Directory.Build.Props file to get it to compile (I suspect that this is environmental). @rspeele assuming you're happy with this, what's the next step required to push it to nuget?