File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
355355Also here you can use the [ CacheManager.Core] ( https://github.com/MichaCo/CacheManager ) , as a highly configurable cache
356356manager too.
357357To 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
You can’t perform that action at this time.
0 commit comments