fsprojects / FsUnit

FsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.

Home Page:http://fsprojects.github.io/FsUnit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multi-target builds using Mono

sergey-tihon opened this issue · comments

Hi! I'm working on this. Have never done a PR before, so I'm not sure how to proceed. I have forked the repo and created a branch which I have pushed to my fork. I made the build work using the proposed technique, but there is still stuff I want to fix. Should I open a [WIP] PR to here now?

While I was trying to get the build fixed, I upgraded FSharp.Core to the latest to get rid of the netstandard1.6 dependency, which I guess was requested here: #116

Awesome! Yes, please open PR even with WIP version.