Skip to content

Commit

Permalink
Bump HC to 12.9 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin authored May 29, 2022
1 parent 0c47b39 commit 801e501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/AppAny.HotChocolate.FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<!-- </ItemGroup>-->

<ItemGroup Label="Packages">
<PackageReference Include="FluentValidation" Version="11.0.0" />
<PackageReference Include="HotChocolate.Execution" Version="12.8.2" />
<PackageReference Include="FluentValidation" Version="11.0.2" />
<PackageReference Include="HotChocolate.Execution" Version="12.9.0" />
</ItemGroup>

<ItemGroup Label="Assets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="FairyBread" Version="8.0.0" />
<PackageReference Include="FairyBread" Version="9.0.0-rc.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup Label="xUnit">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 801e501

Please sign in to comment.