csharp-rest-api
csharp-rest-api copied to clipboard
Dependency & NuGet issue with Json.NET
Hi, I noticed that the list of dependencies on NuGet is not up-to-date with the configuration of the project:


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,