Skip to content
Snippets Groups Projects

Bump FluentValidation.AspNetCore from 10.4.0 to 11.0.1

Open Nic Wells requested to merge dependabot/nuget/FluentValidation.AspNetCore-11.0.1 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@
<AssemblyName>FSH.WebApi.Host</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation.AspNetCore" Version="10.4.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.0.1" />
<PackageReference Include="Hangfire.Console.Extensions.Serilog" Version="1.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
<PrivateAssets>all</PrivateAssets>
Loading