Closed
Description
I am wondering what the reason behind adding a hard stop on the nuget Newtonsoft.Json
dependency e.g. [7,8)
From what I can tell, there are some minor breaking changes between the versions but NEST does not use these and continues to work with v8 with an assembly redirect. The upper limit is causing a number of issues when updating nuget packages (We are using 1 of the new v8 features - ArrayPool
support).
Can this nuspec
dependency version specification be diluted to perhaps [7,9)
- assuming I haven't missed any broken functionality in NEST that v8 has caused?
Metadata
Metadata
Assignees
Labels
No labels