Hi,
Xbuilding fsproj files should work out of the box.
What’s your concrete problem?
--
Sie erhalten diese Nachricht, weil Sie in Google Groups E-Mails von der Gruppe "FAKE - F# Make" abonniert haben.
Wenn Sie sich von dieser Gruppe abmelden und keine E-Mails mehr von dieser Gruppe erhalten möchten, senden Sie eine E-Mail an
fsharpMake+...@googlegroups.com.
Weitere Optionen finden Sie unter https://groups.google.com/d/optout.
Hi,
this is a general issue with F# support on mono and not specific to FAKE.
Please try to diff your fsproj with https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/FakeLib.fsproj
The FakeLib.fsproj is working on mono and I take it as a sample when I try to make my projects mono compatible.
You could also try to use https://github.com/fsprojects/FSharp.ProjectScaffold
Cheers,
Steffen
--