Skip to content

Commit

Permalink
Use floating version for DI package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Aug 8, 2022
1 parent 05e6cb3 commit 3db6627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Full release notes can be found at https://github.com/FluentValidation/FluentVal
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.*" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.1.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 3db6627

Please sign in to comment.