Skip to content

Commit

Permalink
Bump HC to 12.8, FV to 11 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshaykhullin authored May 6, 2022
1 parent 88a2989 commit 0c47b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="10.4.0" />
<PackageReference Include="HotChocolate.Execution" Version="12.7.0" />
<PackageReference Include="FluentValidation" Version="11.0.0" />
<PackageReference Include="HotChocolate.Execution" Version="12.8.2" />
</ItemGroup>

<ItemGroup Label="Assets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup Label="xUnit">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0c47b39

Please sign in to comment.