Add MediatR package to enable Mediator design pattern
The `MediatR` package (version 12.5.0) was added to the `DigitalData.Auth.API.csproj` file. This introduces support for the Mediator design pattern, which helps reduce coupling between components and facilitates structured communication via requests, commands, or queries.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<PackageReference Include="DigitalData.Core.Application" Version="3.4.0" />
|
||||
<PackageReference Include="DigitalData.Core.Security" Version="1.2.2" />
|
||||
<PackageReference Include="EnvelopeGenerator" Version="1.1.0" />
|
||||
<PackageReference Include="MediatR" Version="12.5.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.2.0" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.17" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.17" />
|
||||
|
||||
Reference in New Issue
Block a user