Skip to content

Commit

Permalink
NuSpec Newtonsoft v8
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Jan 10, 2016
1 parent bc56bc8 commit 5834bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Builder/NuGet/RethinkDb.Driver.nuspec
Expand Up @@ -22,16 +22,16 @@
<dependencies>

<group targetFramework="net45">
<dependency id="Newtonsoft.Json" version="[7,8)" />
<dependency id="Newtonsoft.Json" version="8" />
<dependency id="Common.Logging" version="3.3.0" />
</group>

<group targetFramework="DNX4.5.1">
<dependency id="Newtonsoft.Json" version="[7,8)" />
<dependency id="Newtonsoft.Json" version="8" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="1.0.0-rc1-final" />
</group>
<group targetFramework="DNXCore5.0">
<dependency id="Newtonsoft.Json" version="[7,8)" />
<dependency id="Newtonsoft.Json" version="8" />
<dependency id="System.Text.Encoding" version="4.0.11-beta-23516" />
<dependency id="System.Dynamic.Runtime" version="4.0.11-beta-23516" />
<dependency id="System.IO" version="4.0.11-beta-23516" />
Expand Down

0 comments on commit 5834bc8

Please sign in to comment.