Skip to content

Commit 52c00a1

Browse files
committed
Removing Newtonsoft.Json upper bound.
1 parent 7bfc94c commit 52c00a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet/WampSharp.NewtonsoftJson.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<owners />
77
<dependencies>
88
<dependency id="WampSharp" version="[$version$]" />
9-
<dependency id="Newtonsoft.Json" version="[6.0.5, 7)" />
9+
<dependency id="Newtonsoft.Json" version="6.0.5" />
1010
</dependencies>
1111
<id>WampSharp.NewtonsoftJson</id>
1212
<title>WampSharp Newtonsoft.Json binding</title>

0 commit comments

Comments
 (0)