Info
Version: | 2.1.2 |
Author(s): | MarkCBB |
Last Update: | Monday, August 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarkCBB/Caching/wiki |
NuGet Url: | https://www.nuget.org/packages/MarkCBB.Extensions.Caching.MongoDB |
Install
Install-Package MarkCBB.Extensions.Caching.MongoDB
dotnet add package MarkCBB.Extensions.Caching.MongoDB
paket add MarkCBB.Extensions.Caching.MongoDB
MarkCBB.Extensions.Caching.MongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.2)
- Microsoft.Extensions.Options(>= 2.1.1)
- MongoDB.Driver.signed(>= 2.8.1)
Tags
This implementation is based on the official made by Microsoft for SqlServer and Redis.
In order to fix an issue in the MongoDB driver using .net core 3.0, this release (2.1.2) upgrades the minimum version of MongoDB driver to 2.8.1.