Skip to content

Commit

Permalink
Merge pull request #431 from WildGums/dependabot/nuget/FluentValidati…
Browse files Browse the repository at this point in the history
…on-10.4.0

Bump FluentValidation from 10.3.6 to 10.4.0
  • Loading branch information
GeertvanHorrik authored Mar 14, 2022
2 parents c8924da + 4323a5b commit eb7e097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Fody" Version="6.6.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="FluentValidation" Version="10.3.6" />
<PackageReference Include="FluentValidation" Version="10.4.0" />
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.6.0" PrivateAssets="all" />
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" PrivateAssets="all" />
<PackageReference Include="Orc.Controls" Version="4.6.8" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.FluentValidation/Orc.FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Catel.Core" Version="5.12.22" />
<PackageReference Include="Catel.Fody" Version="4.7.0" PrivateAssets="all" />
<PackageReference Include="FluentValidation" Version="10.3.6" />
<PackageReference Include="FluentValidation" Version="10.4.0" />
<PackageReference Include="Fody" Version="6.6.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eb7e097

Please sign in to comment.