Skip to content

Commit

Permalink
Remove explicit dependency reference to NetStandard.Library 2.0.0
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
reisenberger committed Nov 24, 2018
1 parent cd150f6 commit f317cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Polly.Caching.Memory.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<dependency id="Microsoft.Extensions.Caching.Memory" version="1.1.2" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="Polly" version="6.1.1" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.2" />
</group>
Expand Down

0 comments on commit f317cff

Please sign in to comment.