csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

AppVeyor CI is failing builds due to an issue with the Web API project #183

Closed craigfowler closed 5 years ago

craigfowler commented 5 years ago

It seems that, since upgrading Newtonsoft JSON the AppVeyor builds have begun failing. Here is a link to the first failing build there.

I think that maybe I will need to put in some assembly binding redirects, or perhaps just downgrade back to the previous version.