fsprojects / TickSpec

Lean .NET BDD framework with powerful F# integration
Apache License 2.0
133 stars 23 forks source link

Fix nuget dependency #12

Closed mchaloupka closed 6 years ago

mchaloupka commented 6 years ago

This pull request targets the configuration of the nuget created.

The problem was that paket takes the nuget configuration according to "how we want to build the project". However, we want to build project with older FSharp.Core. That does not mean that it will not work with a newer one. So, we should not prevent usage in projects with newer FSharp.Core.