Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo Bond.Runtime's limit to Newtonsoft.Json < 10 #230

Merged
merged 1 commit into from
Sep 13, 2016

Commits on Sep 10, 2016

  1. 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
    chwarr committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    e9315ac View commit details
    Browse the repository at this point in the history