Skip to content

Commit

Permalink
Merge pull request #348 from divyeshio/dependabot/nuget/MediatR-12.3.0
Browse files Browse the repository at this point in the history
Bump MediatR from 12.2.0 to 12.3.0
  • Loading branch information
github-actions[bot] authored Jun 6, 2024
2 parents 89bac59 + f804ed6 commit 3764514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SmartLearning.Core/SmartLearning.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="Ardalis.Specification" Version="8.0.0" />
<PackageReference Include="Ardalis.SmartEnum" Version="8.0.0" />
<PackageReference Include="Autofac" Version="7.1.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="MediatR" Version="12.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.20" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="7.0.13" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Ardalis.Specification" Version="8.0.0" />
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="MediatR" Version="12.3.0" />
</ItemGroup>

</Project>

0 comments on commit 3764514

Please sign in to comment.