App-vNext / Polly.Caching.Serialization.Json

Json Serialization plugin for the Polly CachePolicy, using NewtonSoft.Json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove explicit statement of NETStandard.Library 2.0 package dependency

reisenberger opened this issue · comments

Per https://github.com/dotnet/standard/blob/master/docs/faq.md#should-i-reference-the-meta-package-or-should-i-reference-individual-packages, it is not necessary (and in fact preferred not) to state a NETStandard.Library 2.0 package dependency, for a package targeting Net.Standard 2.0

Compare App-vNext/Polly.Caching.MemoryCache#26

Fixable for next release, by a commit similar to this: App-vNext/Polly.Caching.MemoryCache@6992214