fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

Update paket.dependencies to keep NUnit version < 3 #216

Closed 7sharp9 closed 8 years ago

7sharp9 commented 8 years ago

NUnit3 changes the console-runners name to console-runner3 and modifies the command line parameters making the Fake task inoperable until support is added to Fake.

forki commented 8 years ago

thx

sergey-tihon commented 8 years ago

@forki Is FAKE able to run NUnit 3 tests?

forki commented 8 years ago

nope. we're looking for volunteers: https://github.com/fsharp/FAKE/issues/1010