Skip to content

Commit

Permalink
Add dependencies for 'dotnet' platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Oct 16, 2015
1 parent 4b633ad commit 76b5bda
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion YamlDotNet/YamlDotNet.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<tags>yaml parser development library serialization signed strongname</tags>
</metadata>
<files>
<dependencies>
<group targetFramework="dotnet">
<dependency id="System.Collections" />
</group>
</dependencies>
<files>
<file src="bin\Release-Signed\YamlDotNet.dll" target="lib\net35" />
<file src="bin\Release-Signed\YamlDotNet.pdb" target="lib\net35" />
<file src="bin\Release-Signed\YamlDotNet.xml" target="lib\net35" />
Expand Down
5 changes: 5 additions & 0 deletions YamlDotNet/YamlDotNet.Unsigned.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<tags>yaml parser development library serialization</tags>
</metadata>
<dependencies>
<group targetFramework="dotnet">
<dependency id="System.Collections" />
</group>
</dependencies>
<files>
<file src="bin\Release-Unsigned\YamlDotNet.dll" target="lib\net35" />
<file src="bin\Release-Unsigned\YamlDotNet.pdb" target="lib\net35" />
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ deploy:
api_key:
secure: GMc0xUTASI8qTPK1/eN/GFs6PBhPFBin1TT1hE5N8NlkU7VSBx3z4zQinSv/ICmx
artifact: /.*\.nupkg/
on:
branch: release
# on:
# branch: release

0 comments on commit 76b5bda

Please sign in to comment.