Skip to content

Commit

Permalink
Merge pull request #357 from JakeGinnivan/NuSpecImprovements
Browse files Browse the repository at this point in the history
Empty dependency groups to save clr dependencies being installed via …
  • Loading branch information
JakeGinnivan committed Jan 30, 2016
2 parents 2c05097 + a0d0bf6 commit e091e99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shouldly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<description>Shouldly - Assertion framework for .NET. The way asserting *Should* be</description>
<tags>test unit testing TDD AAA should testunit rspec assert assertion framework</tags>
<dependencies>
<group targetFramework="net40" />
<group targetFramework="net35" />
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.0" />
<dependency id="System.Diagnostics.Debug" version="4.0.0" />
Expand All @@ -35,4 +37,4 @@
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.dll" target="lib\dotnet\Shouldly.dll" />
<file src="output\$target$\portable-net45+netcore45+wp8+wpa81\Shouldly.pdb" target="lib\dotnet\Shouldly.pdb" />
</files>
</package>
</package>

0 comments on commit e091e99

Please sign in to comment.