Skip to content

Commit 801e501

Browse files
Bump HC to 12.9 (#101)
1 parent 0c47b39 commit 801e501

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.0" />
37-
<PackageReference Include="HotChocolate.Execution" Version="12.8.2" />
36+
<PackageReference Include="FluentValidation" Version="11.0.2" />
37+
<PackageReference Include="HotChocolate.Execution" Version="12.9.0" />
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="8.0.0" />
14+
<PackageReference Include="FairyBread" Version="9.0.0-rc.1" />
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
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup Label="xUnit">
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
1616
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)