build: update ref
All checks were successful
.NET Test Pipeline / build-and-test (push) Successful in 8m20s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 9m46s

This commit is contained in:
2024-07-24 21:50:04 +03:00
parent c6ca717b89
commit 837205f66e
3 changed files with 8 additions and 9 deletions

View File

@ -15,8 +15,8 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" />
<PackageReference Include="MediatR" Version="12.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="MediatR" Version="12.4.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
</ItemGroup>
<ItemGroup>