Skip to content

Commit

Permalink
Merge pull request #14 from sj-distributor/upgrade-mediator
Browse files Browse the repository at this point in the history
Upgrade Mediator.Net
  • Loading branch information
linwenda authored Nov 6, 2023
2 parents 4eedce6 + c91fdcd commit 6229030
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 6229030

Please sign in to comment.