Skip to content

Commit

Permalink
fix mediatr di
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyork817 committed Mar 31, 2024
1 parent fd940f8 commit 3f5a44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Application.Abstractions/Application.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

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

Expand Down
1 change: 1 addition & 0 deletions Application/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="MediatR" Version="11.1.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3f5a44c

Please sign in to comment.