Skip to content

Commit 177cb07

Browse files
SeanFarrowreisenberger
authored andcommitted
Update the dependency group for .net standard 2.0 to use the abstractions caching package rather than memory.
1 parent c297532 commit 177cb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Polly.Caching.Distributed.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<group targetFramework="netstandard2.0">
3737
<dependency id="NETStandard.Library" version="2.0.0" />
3838
<dependency id="Polly" version="6.0.1" />
39-
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.2" />
39+
<dependency id="Microsoft.Extensions.Caching.Abstractions" version="2.0.2" />
4040
</group>
4141
</dependencies>
4242
</metadata>

0 commit comments

Comments
 (0)