Skip to content

Commit

Permalink
Bump MediatR from 12.1.1 to 12.2.0
Browse files Browse the repository at this point in the history
Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.1.1 to 12.2.0.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v12.1.1...v12.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 6f98cd9 commit 27c0645
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Src/SugestaoDeProdutos.Commands/SugestaoDeProdutos.Commands.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="Handler_\" />
<Folder Include="Validator_\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Folder Include="Handler_\" />
<Folder Include="Validator_\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="12.2.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
</ItemGroup>

</Project>

0 comments on commit 27c0645

Please sign in to comment.