Skip to content

Commit

Permalink
Removing Newtonsoft.Json upper bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkl committed Apr 16, 2016
1 parent 7bfc94c commit 52c00a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet/WampSharp.NewtonsoftJson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<owners />
<dependencies>
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[6.0.5, 7)" />
<dependency id="Newtonsoft.Json" version="6.0.5" />
</dependencies>
<id>WampSharp.NewtonsoftJson</id>
<title>WampSharp Newtonsoft.Json binding</title>
Expand Down

0 comments on commit 52c00a1

Please sign in to comment.