Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
/ exam-aspnet Public archive

Commit

Permalink
Update dependency MediatR to v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2020
1 parent 1694279 commit 2f14a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Core/Application/Exam.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="MediatR" Version="8.0.1" />
<PackageReference Include="MediatR" Version="8.1.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down

0 comments on commit 2f14a9b

Please sign in to comment.