Skip to content

Commit bfe51d2

Browse files
committed
Update README.md for CacheManager.core
1 parent 1df084d commit bfe51d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,17 +350,17 @@ services.AddEFSecondLevelCache(options =>
350350
);
351351
```
352352

353-
#### Using CacheManager.Core as the cache provider [It's not actively maintained]
353+
#### Using CacheManager.Core as the cache provider
354354

355355
Also here you can use the [CacheManager.Core](https://github.com/MichaCo/CacheManager), as a highly configurable cache
356356
manager too.
357357
To use its in-memory caching mechanism, add these entries to the `.csproj` file:
358358

359359
```xml
360360
<ItemGroup>
361-
<PackageReference Include="CacheManager.Core" Version="1.2.0" />
362-
<PackageReference Include="CacheManager.Microsoft.Extensions.Caching.Memory" Version="1.2.0" />
363-
<PackageReference Include="CacheManager.Serialization.Json" Version="1.2.0" />
361+
<PackageReference Include="CacheManager.Core" Version="2.0.0" />
362+
<PackageReference Include="CacheManager.Microsoft.Extensions.Caching.Memory" Version="2.0.0" />
363+
<PackageReference Include="CacheManager.Serialization.Json" Version="2.0.0" />
364364
</ItemGroup>
365365
```
366366

0 commit comments

Comments
 (0)