Gremlinq / ExRam.Gremlinq

A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newtonsoft.Json

jurkrit opened this issue · comments

Hi,

Is it possible to downgrade the Newtonsoft.Json package to version 11.0.2?
When using the package in Azure Function Apps, it has a hard dependency on Newtonsoft.Json 11.0.2 so the 2 version has a conflict?

Take a hard dependency on a higher version of Newtonsoft.Json in your Function App, should resolve the conflict.

Still, you can take a dependency on whatever you want in your App. I have done it in a function app. There'll be a "detected package version outside of dependency constraint" warning, but it should work.

BTW, Microsoft.NET.Sdk.Functions 3.0.0-preview1 got a ">=" dependency on Newtonsoft.Json.

Company policy ?

Closing since workaround exists.