openstacknetsdk / openstack.net

An OpenStack Cloud SDK for Microsoft .NET
http://www.openstacknetsdk.org
Other
117 stars 101 forks source link

Json.net compatibility #656

Open rivdiv opened 6 years ago

rivdiv commented 6 years ago

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?

JRichmond27 commented 6 years ago

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.

dwalleck commented 6 years ago

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.