SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Reduce min FSharp.Core version to 6.0.0 #170

Open bartelink opened 2 months ago

bartelink commented 2 months ago

Reduces the minimum FSharp.Core version dependency of the core package to 6.0.0 in order to avoid triggering cascading dependency updates in libraries such as Argu and FSharp.AWS.DynamoDB

resolves #169