Skip to content

Commit 8c71d02

Browse files
Bump HC to 12.12, FV to 11.1 (#102)
1 parent 801e501 commit 8c71d02

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/AppAny.HotChocolate.FluentValidation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<!-- </ItemGroup>-->
3434

3535
<ItemGroup Label="Packages">
36-
<PackageReference Include="FluentValidation" Version="11.0.2" />
37-
<PackageReference Include="HotChocolate.Execution" Version="12.9.0" />
36+
<PackageReference Include="FluentValidation" Version="11.1.1" />
37+
<PackageReference Include="HotChocolate.Execution" Version="12.12.1" />
3838
</ItemGroup>
3939

4040
<ItemGroup Label="Assets">

tests/AppAny.HotChocolate.FluentValidation.Benchmarks/AppAny.HotChocolate.FluentValidation.Benchmarks.csproj

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

1212
<ItemGroup>
1313
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
14-
<PackageReference Include="FairyBread" Version="9.0.0-rc.1" />
14+
<PackageReference Include="FairyBread" Version="9.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

tests/AppAny.HotChocolate.FluentValidation.Tests/AppAny.HotChocolate.FluentValidation.Tests.csproj

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

1414
<ItemGroup Label="xUnit">
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
16-
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
16+
<PackageReference Include="xunit" Version="2.4.2" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)