Skip to content

Commit

Permalink
Upgrade Mediator.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
linwenda committed Nov 1, 2023
1 parent 4eedce6 commit c91fdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Wax.Core/Wax.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="AutoMapper.Contrib.Autofac.DependencyInjection" Version="7.1.0" />
<PackageReference Include="FluentValidation" Version="11.2.2" />
<PackageReference Include="Mediator.Net.Autofac" Version="4.7.0" />
<PackageReference Include="Mediator.Net.Autofac" Version="4.8.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Wax.Messages/Wax.Messages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mediator.Net" Version="4.6.1" />
<PackageReference Include="Mediator.Net" Version="4.8.0" />
</ItemGroup>

</Project>

0 comments on commit c91fdcd

Please sign in to comment.