You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the Newtonsoft.Json (7.0.1) - redirects: on, framework: >= net451 line is incorrect as the configuration intended for Newtonsoft.Json to be usable in framework: >= net40.
It seem that the framework restriction applied to Nancy.Serialization.JsonNet has unexpectedly propagated to one of it's dependencies.
The text was updated successfully, but these errors were encountered:
I'm very happy that we now have the integration test infrastructure in place. this one was really nasty and had a big chance to be regression to #1190. Anyways I think it's fixed. And I added your case as regression test.
Using this
paket.dependencies
file :The resulting lock file is :
But the
Newtonsoft.Json (7.0.1) - redirects: on, framework: >= net451
line is incorrect as the configuration intended forNewtonsoft.Json
to be usable inframework: >= net40
.It seem that the framework restriction applied to
Nancy.Serialization.JsonNet
has unexpectedly propagated to one of it's dependencies.The text was updated successfully, but these errors were encountered: