Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo Bond.Runtime's limit to Newtonsoft.Json < 10
The Bond.Runtime NuGet package again only specifies a lower bound on its Newtonsoft.JSON dependency. This reverts commit e2be0bf, which artificially limited the upper bound to < 10. The previous behavior did not limit Bond.Runtime to only working with Newtonsoft.Json 7.0.1. _However_, the default behavior of NuGet (since 2.8) is to install the _lowest_ version of a package that satisfied the constraints. This behavior can be overridden when a package is installed, but that decision needs to be made by the consumer of Bond.Runtime. Closes microsoft#212
- Loading branch information