csharp-rest-api icon indicating copy to clipboard operation
csharp-rest-api copied to clipboard

Dependency & NuGet issue with Json.NET

Open giuunit opened this issue 7 years ago • 0 comments

Hi, I noticed that the list of dependencies on NuGet is not up-to-date with the configuration of the project:

image

image

But when I try to use the library there is an error as the library is looking for Json.NET 11.0, it might be interesting to add the dependency to the package definition.

Also, I had a look at the code and it doesn't look like it's mandatory to use the v11 for this project. Would it be possible to push a NuGet version with a more flexible list of dependencies ? My project can only support json.net v10.

Thanks,

giuunit avatar Oct 11 '18 12:10 giuunit