Skip to content

Commit 493c657

Browse files
Bump HC to 11.3.5 (#83)
1 parent 3126a4f commit 493c657

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/AppAny.HotChocolate.FluentValidation.csproj

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

2525
<ItemGroup Label="Packages">
2626
<PackageReference Include="FluentValidation" Version="10.3.0" />
27-
<PackageReference Include="HotChocolate.Execution" Version="11.3.4" />
27+
<PackageReference Include="HotChocolate.Execution" Version="11.3.5" />
2828
</ItemGroup>
2929

3030
<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
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
12+
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
1313
<PackageReference Include="FairyBread" Version="7.0.0" />
1414
</ItemGroup>
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup Label="xUnit">
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0-release-20210626-04" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1515
<PackageReference Include="xunit" Version="2.4.1" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1717
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)