Skip to content

Commit 05e6cb3

Browse files
committed
Switch to floating version for the FluentValidation dependency.
1 parent 5a4f55a commit 05e6cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FluentValidation.AspNetCore/FluentValidation.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
4-
<VersionPrefix>11.1.3</VersionPrefix>
4+
<VersionPrefix>11.2.0</VersionPrefix>
55
<AssemblyName>FluentValidation.AspNetCore</AssemblyName>
66
<PackageId>FluentValidation.AspNetCore</PackageId>
77
<Product>FluentValidation.AspNetCore</Product>
@@ -39,7 +39,7 @@ Full release notes can be found at https://github.com/FluentValidation/FluentVal
3939
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4040
</ItemGroup>
4141
<ItemGroup>
42-
<PackageReference Include="FluentValidation" Version="11.1.0" />
42+
<PackageReference Include="FluentValidation" Version="11.*" />
4343
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.1.0" />
4444
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
4545
</ItemGroup>

0 commit comments

Comments
 (0)