fsprojects / TickSpec

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

Buildfix #44

Closed mchaloupka closed 3 years ago

mchaloupka commented 3 years ago

The build is failing as FSharp.Core 5 does not support net452. I have forced the project to use older version of FSharp.Core to allow it to build. However, I guess that at some point we want to drop the .NET Framework support. We still have some functionality that is specific only to .NET Framework so I have decided not to migrate it immediately.