You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polly.Caching.Memory >=v2.0.2 and <v3 requires:
30
+
Polly.Caching.Memory >=v2.0.1 and <v3 requires:
31
31
32
32
+[Polly](https://nuget.org/packages/polly) >= v6.1.1 and <v7.
33
33
+[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v2.0.2 or above (or v1.1.2, for NetStandard 1.3).
34
34
35
-
Polly.Caching.Memory >= v2.0.1 requires:
35
+
Polly.Caching.Memory v2.0.0 requires:
36
36
37
37
+[Polly](https://nuget.org/packages/polly) >= v6.0.1 and <=v6.1.0.
38
38
+[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v2.0.2 or above (or v1.1.2, for NetStandard 1.3).
39
39
40
-
Polly.Caching.MemoryCache <v1.* requires:
40
+
Polly.Caching.MemoryCache v1.* requires:
41
41
42
42
+[Polly](https://nuget.org/packages/polly) >=v5.9.0 and <v6.
43
43
+[Microsoft.Extensions.Caching.Memory](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/) v1.1.2, for NetStandard 1.3.
0 commit comments