Fixed: Migrate to FluentValidation 9

This commit is contained in:
Bogdan
2023-04-15 05:38:43 +03:00
parent 1c173fc984
commit 88e3f86262
21 changed files with 36 additions and 83 deletions

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="FluentValidation" Version="9.5.4" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="NLog" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.13.3" />