Skip to content

Commit

Permalink
- nuget specifications corrections
Browse files Browse the repository at this point in the history
- Json lib update
  • Loading branch information
elendil-software committed Oct 2, 2016
1 parent b7272b6 commit f3d8f83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions IPX800cs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Library that allows to send commands to IPX800 v2, IPX800 v3 or IPX800 v4 relay board.</description>
<copyright>© 2013-2016 - Julien Tschäppät</copyright>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
<file src="IPX800cs\bin\Release\IPX800cs.dll" target="lib\IPX800cs.dll" />
Expand Down
4 changes: 2 additions & 2 deletions IPX800cs/IPX800cs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<AssemblyOriginatorKeyFile>IPX800cs.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion IPX800cs/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net40" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net40" />
</packages>

0 comments on commit f3d8f83

Please sign in to comment.