Skip to content

Commit

Permalink
chore(deps): update dependency mediatr.extensions.microsoft.dependenc…
Browse files Browse the repository at this point in the history
…yinjection to v11
  • Loading branch information
renovate[bot] authored Nov 17, 2022
1 parent d1a7274 commit bd8a7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
<PackageReference Include="MediatR" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WebUI/WebUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="AspNet.Security.OpenId.Steam" Version="6.0.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="MudBlazor" Version="6.0.15" />
<PackageReference Include="MvvmBlazor" Version="6.0.6" />
<PackageReference Include="Scrutor" Version="4.2.0" />
Expand Down

0 comments on commit bd8a7a6

Please sign in to comment.