Skip to content
/ bond Public
forked from microsoft/bond

Commit

Permalink
Relax the upper bound of Newtonsoft Json dependency (microsoft#218)
Browse files Browse the repository at this point in the history
- Bond can now be used with Newtonsoft.Json >= 7.0.1 and < 10
- Closes issue microsoft#212
  • Loading branch information
lalo authored and Chad Walters committed Aug 15, 2016
1 parent e359106 commit e2be0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ different versioning scheme, following the Haskell community's

### C# ###

* Bond can now be used with Newtonsoft.Json >= 7.0.1 and < 10
* Runtime SchemaDef now includes information about whether BT_LIST fields
are nullable or blobs.
[Issue #161](https://github.com/Microsoft/bond/issues/161)
Expand Down
2 changes: 1 addition & 1 deletion cs/nuget/bond.runtime.csharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<copyright>Copyright (c) Microsoft</copyright>
<tags>Bond .NET C# serialization</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="Newtonsoft.Json" version="[7.0.1,10)" />
<dependency id="Bond.Core.CSharp" version ="[$version$]"/>
</dependencies>
</metadata>
Expand Down

0 comments on commit e2be0bf

Please sign in to comment.