Skip to content

Commit

Permalink
Switch to floating version for the FluentValidation dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Aug 8, 2022
1 parent 5a4f55a commit 05e6cb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<VersionPrefix>11.1.3</VersionPrefix>
<VersionPrefix>11.2.0</VersionPrefix>
<AssemblyName>FluentValidation.AspNetCore</AssemblyName>
<PackageId>FluentValidation.AspNetCore</PackageId>
<Product>FluentValidation.AspNetCore</Product>
Expand Down Expand Up @@ -39,7 +39,7 @@ Full release notes can be found at https://github.com/FluentValidation/FluentVal
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.1.0" />
<PackageReference Include="FluentValidation" Version="11.*" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 05e6cb3

Please sign in to comment.