Lightweight library to implement CQRS principle with .NET Core applications.
Info
Version: | 2.0.0.17 |
Author(s): | Sergey Zwezdin |
Last Update: | Saturday, November 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sergeyzwezdin/cqrs-spirit |
NuGet Url: | https://www.nuget.org/packages/CqrsSpirit |
Install
Install-Package CqrsSpirit
dotnet add package CqrsSpirit
paket add CqrsSpirit
CqrsSpirit Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- Microsoft.Extensions.DependencyModel(>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
- System.ComponentModel(>= 4.0.1)
- System.ComponentModel.Primitives(>= 4.1.0)
Tags