Skip to content

Commit

Permalink
updated JK.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyknight-me committed Nov 14, 2024
1 parent d3e5aaf commit 607ed9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/JK.Common.FluentValidation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Unless otherwise noted, all changes made by [@jeremyknight-me](https://github.co

- Added support for .NET 9.

### Changed

- Upgraded JK.Common to 6.0.0

### Removed

- Removed support for .NET Standard 2.0, .NET 6, and .NET 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.10.0" />
<PackageReference Include="JK.Common" Version="5.2.0" />
<PackageReference Include="JK.Common" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 607ed9b

Please sign in to comment.