Info
Version: | 1.0.2.2 |
Author(s): | DotNetCore.MongoDB.Repository |
Last Update: | Friday, June 9, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/HasanAyan/DotNetCore.MongoDB.Repository |
NuGet Url: | https://www.nuget.org/packages/DotNetCore.MongoDB.Repository |
Install
Install-Package DotNetCore.MongoDB.Repository
dotnet add package DotNetCore.MongoDB.Repository
paket add DotNetCore.MongoDB.Repository
DotNetCore.MongoDB.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
netcoreapp1.1
- MongoDB.Driver(>= 2.4.4)
- Microsoft.Extensions.Configuration(>= 1.1.2)
- Polly(>= 5.1.0)
- Microsoft.NETCore.App(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.2)
- MongoDB.Driver(>= 2.4.4)
- Microsoft.Extensions.Configuration(>= 1.1.2)
- NETStandard.Library(>= 1.6.1)
- Polly(>= 5.1.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
- Newtonsoft.Json(>= 10.0.2)
The original code is from: https://github.com/esendir/MongoRepository.