Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 4455dbd

Browse files
Bump MediatR.Extensions.Microsoft.DependencyInjection (#175)
Bumps [MediatR.Extensions.Microsoft.DependencyInjection](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection/releases) - [Commits](jbogard/MediatR.Extensions.Microsoft.DependencyInjection@v8.0.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 0cbc451 commit 4455dbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- In-memory commandbus -->
1919
<PackageReference Include="MediatR" Version="8.0.1" />
20-
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.0" />
20+
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />
2121

2222
<!-- For validating inputs -->
2323
<PackageReference Include="FluentValidation.AspNetCore" Version="8.6.2" />

src/Services/Joining/Joining.API/Joining.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="3.1.0" />
1313
<PackageReference Include="FluentValidation.AspNetCore" Version="8.6.2" />
1414
<PackageReference Include="MediatR" Version="8.0.1" />
15-
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.0" />
15+
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)