Skip to content

Commit

Permalink
Add the missing NETStandard.Library dependency in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Oct 27, 2016
1 parent a506dfa commit 071f6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuspec/StrongGrid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework=".NETStandard1.6">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.ComponentModel.Primitives" version="4.1.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.1.0" />
Expand Down

0 comments on commit 071f6d5

Please sign in to comment.