Skip to content

Commit

Permalink
Bump MediatR.Extensions.Microsoft.DependencyInjection from 11.0.0 to …
Browse files Browse the repository at this point in the history
…11.1.0 (#151)

* Bump MediatR.Extensions.Microsoft.DependencyInjection

Bumps [MediatR.Extensions.Microsoft.DependencyInjection](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/jbogard/MediatR.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](jbogard/MediatR.Extensions.Microsoft.DependencyInjection@v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: MediatR.Extensions.Microsoft.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update MediatR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nkz <[email protected]>
  • Loading branch information
dependabot[bot] and nkz-soft authored Mar 31, 2023
1 parent ebf6a8a commit ace4185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageVersion Include="Ardalis.Specification.EntityFrameworkCore" Version="6.1.0" />
<PackageVersion Include="Scrutor" Version="4.2.1" />
<PackageVersion Include="MediatR" Version="12.0.1" />
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
<PackageVersion Include="MassTransit" Version="8.0.9" />
<PackageVersion Include="MassTransit.AspNetCore" Version="7.3.1" />
<PackageVersion Include="MassTransit.Extensions.DependencyInjection" Version="7.3.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<PackageReference Include="Mapster" />
<PackageReference Include="Mapster.Async" />
<PackageReference Include="Mapster.DependencyInjection" />
<PackageReference Include="MediatR" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" />
<PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Update="Microsoft.SourceLink.GitHub" />
Expand All @@ -17,9 +18,9 @@
<ProjectReference Include="..\NKZSoft.Template.Domain\NKZSoft.Template.Domain.csproj" />
<ProjectReference Include="..\NKZSoft.Template.MessageBrokers.RabbitMq\NKZSoft.Template.MessageBrokers.RabbitMq.csproj" />
</ItemGroup>

<Target Name="CleanGenerated">
<Delete Files="@(Generated)" />
</Target>

</Project>

0 comments on commit ace4185

Please sign in to comment.