Skip to content

Commit 8b6373b

Browse files
Bump FluentValidation from 10.3.4 to 10.3.6 (#160)
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 10.3.4 to 10.3.6. - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases) - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt) - [Commits](FluentValidation/FluentValidation@10.3.4...10.3.6) --- updated-dependencies: - dependency-name: FluentValidation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67ca413 commit 8b6373b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Extensions/FluentValidationsExtensions/FluentValidationsExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="FluentValidation" Version="10.3.4" />
36+
<PackageReference Include="FluentValidation" Version="10.3.6" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

Extensions/Tests/FluentValidationsExtensions.Tests/FluentValidationsExtensions.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="FluentValidation" Version="10.3.4" />
14+
<PackageReference Include="FluentValidation" Version="10.3.6" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">

SampleApp/SampleApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="FluentValidation" Version="10.3.4" />
10+
<PackageReference Include="FluentValidation" Version="10.3.6" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)