Skip to content

Commit

Permalink
Merge pull request #171 from nspec/fix/package-deps-net451-TypeExtens…
Browse files Browse the repository at this point in the history
…ions

chore(package): restrict netstandard group target framework
  • Loading branch information
BrainCrumbz authored Mar 6, 2017
2 parents 4c293b6 + ea5ed3f commit 6aa87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sln/src/NSpec/NSpec.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<group>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
<group targetFramework="netstandard">
<group targetFramework="netstandard1.6">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.1.0" />
<dependency id="System.Runtime.Serialization.Xml" version="4.1.1" />
Expand Down

0 comments on commit 6aa87e3

Please sign in to comment.