Browse Source

Bump FluentValidation from 11.0.0 to 11.0.1 (#724)

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.0...11.0.1)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
19e2e43435
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/BlazorShared/BlazorShared.csproj

2
src/BlazorShared/BlazorShared.csproj

@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="BlazorInputFile" Version="0.2.0" /> <PackageReference Include="BlazorInputFile" Version="0.2.0" />
<PackageReference Include="FluentValidation" Version="11.0.0" /> <PackageReference Include="FluentValidation" Version="11.0.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>

Loading…
Cancel
Save