Skip to content

Commit

Permalink
Allow older versions of Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Aug 26, 2015
1 parent af9ba4e commit c47f053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dota2/Dota2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Dota2</id>
<version>0.2.3</version>
<version>0.2.4</version>
<title>Dota2</title>
<authors>paralin</authors>
<licenseUrl>https://github.com/paralin/Dota2/blob/master/Dota2/license.txt</licenseUrl>
Expand All @@ -16,7 +16,7 @@
<tags>steam networking steamkit dota dota2</tags>
<dependencies>
<dependency id="protobuf-net" version="[2.0.0.668]" />
<dependency id="Newtonsoft.Json" version="[7.0.0, 8.0.0)" />
<dependency id="Newtonsoft.Json" version="[6.0.0, 8.0.0)" />
<dependency id="Stateless" version="[2.5.0, 2.6.0)" />
<dependency id="Snappy.NET" version="[1.1.1.8, 1.2.0.0)" />
<dependency id="SteamKit2" version="[1.6.2, 2.0.0)" />
Expand Down

0 comments on commit c47f053

Please sign in to comment.