wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

Can't find Json.Newtonsoft 12.0.1 #194

Closed jupagose closed 4 years ago

jupagose commented 4 years ago

I tried for hours with nugget package 1.6.2, But it doesn't work. "Can't find Json.Newtonsoft 12.0.1 file" was the problem.

I changed Json to 11.0.1 and now it works. Good to get it from nugget instead to must recompile.

Tks.

ThomasPe commented 4 years ago

hey, just so I understand your problem a bit better - what's stopping you from upgrading to Json.Newtonsoft 12.01+?

jupagose commented 4 years ago

I'm on 12.0.3 but PCL doesn't seems to recognize it, even I downgraded to 12.0.1 and problem persists, That's why i recompiled PCL pointing to 11.0.1.

ThomasPe commented 4 years ago

I downgraded the JSON.NET dependency to 11.0.1 and created a new release (1.7.0), perhaps you can try if this one works for you.

jupagose commented 4 years ago

I downgraded the JSON.NET dependency to 11.0.1 and created a new release (1.7.0), perhaps you can try if this one works for you.

It works. Tks