Skip to content

Commit

Permalink
bump FluentValidation to v11.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jun 12, 2024
1 parent dd5b412 commit 14e8060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## In Development

- Drop Portable.BouncyCastle dependency ([#414][414])
- Abbandonata dipendenza da Portable.BouncyCastle ([#414][414])
- Bump FluentValidation a v11.9.2

[414]: https://github.com/FatturaElettronica/FatturaElettronica.NET/issues/414

Expand Down
2 changes: 1 addition & 1 deletion FatturaElettronica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.5.2"/>
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3"/>
</ItemGroup>
Expand Down

0 comments on commit 14e8060

Please sign in to comment.