Skip to content

Commit

Permalink
Add dependency to Nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Feb 11, 2016
1 parent 4085db4 commit 3c9ff79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CBOR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ See the project page for release notes on previous versions: https://github.com/
</releaseNotes>
<copyright>Written by Peter O. in 2013-2015. Any copyright is released to the Public Domain.</copyright>
<tags>cbor data serialization binary json numbers arithmetic</tags>
<dependencies>
<group>
<dependency id="PeterO.Numbers" version="0.2.0" />
</group>
</dependencies>
</metadata>

<files>
<file src="bin/Release/CBOR.dll" target="lib/portable-net45+dnxcore50+netcore45+win+wpa81+wp80" />
<file src="bin/Release/CBOR.xml" target="lib/portable-net45+dnxcore50+netcore45+win+wpa81+wp80" />
Expand Down

0 comments on commit 3c9ff79

Please sign in to comment.