openstack.net icon indicating copy to clipboard operation
openstack.net copied to clipboard

Json.net compatibility

Open rivdiv opened this issue 6 years ago • 2 comments

I'm having an issue updating json.net due to incompatibility with openstack: Nuget throws this issue when updating json.net:

Unable to find a version of 'openstack.net' that is compatible with 'Newtonsoft.Json 11.0.2'.

I have other packages which rely on json.net 10> that need to be updated by tomorrow but can't be due to this issue.

How can I resolve this?

rivdiv avatar Mar 27 '18 23:03 rivdiv

This is the same as issues #650, #651 and #653. The max version compatibility requirement was removed back in Aug 2017, but the updated NuGet package still isn't available.

There are other packages that I need to install, but I can't because I'm forced to continue running an old version of JSON.Net.

JRichmond27 avatar Apr 16 '18 21:04 JRichmond27

I was having some issues with the Paket build which I've thankfully found some help with. I've created an RC package (https://www.nuget.org/packages/openstack.net/1.7.8-rc) that should resolve this issue. If you have a chance, try it out and let me know if that solves your problem.

dwalleck avatar Aug 21 '18 05:08 dwalleck