Skip to content

Commit

Permalink
Bump MediatR from 10.0.0 to 10.0.1 in /src (#944)
Browse files Browse the repository at this point in the history
Bumps [MediatR](https://github.com/jbogard/MediatR) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v10.0.0...v10.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2022
1 parent 562a47e commit cac8ac3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Whipstaff.Core/Whipstaff.Core.csproj
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
Expand Down
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
</ItemGroup>

Expand Down
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Foundatio" Version="10.2.5" />
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.OpenXml/Whipstaff.OpenXml.csproj
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.15.0" />
<PackageReference Include="MediatR" Version="10.0.0" />
<PackageReference Include="MediatR" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cac8ac3

Please sign in to comment.