Skip to content

Commit 86dc76a

Browse files
authored
bumped hot chocolote version (#109)
1 parent fd5dba0 commit 86dc76a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/AppAny.HotChocolate.FluentValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup Label="Packages">
3636
<PackageReference Include="FluentValidation" Version="11.1.1" />
37-
<PackageReference Include="HotChocolate.Execution" Version="13.0.0-preview.95" />
37+
<PackageReference Include="HotChocolate.Execution" Version="13.4.0" />
3838
</ItemGroup>
3939

4040
<ItemGroup Label="Assets">

src/Attributes/UseFluentValidationAttribute.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ namespace AppAny.HotChocolate.FluentValidation
1010
[AttributeUsage(AttributeTargets.Parameter)]
1111
public sealed class UseFluentValidationAttribute : ArgumentDescriptorAttribute
1212
{
13-
public override void OnConfigure(
13+
14+
protected override void OnConfigure(
1415
IDescriptorContext descriptorContext,
1516
IArgumentDescriptor argumentDescriptor,
1617
ParameterInfo parameterInfo)

0 commit comments

Comments
 (0)