Skip to content

Commit

Permalink
State System.ValueTuple dependency for Net Standard 1.1 target
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Feb 9, 2019
1 parent 7147658 commit 761eff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Polly.Caching.Serialization.Json.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<group targetFramework="netstandard1.1">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="System.ValueTuple" version="4.5.0" />
<dependency id="Polly" version="7.0.0" />
</group>
<group targetFramework="netstandard2.0">
Expand Down

0 comments on commit 761eff4

Please sign in to comment.