Skip to content

Commit

Permalink
Add upper version constraint for FluentValidation dependency (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner authored Apr 17, 2021
1 parent cf5b52b commit dc1e2ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="10.0.0" />
<PackageReference Include="FluentValidation" Version="[10.0.3,11.0)" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.14" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.14" />
</ItemGroup>
Expand Down

0 comments on commit dc1e2ee

Please sign in to comment.