Skip to content

Commit 0c47b39

Browse files
Bump HC to 12.8, FV to 11 (#100)
1 parent 88a2989 commit 0c47b39

2 files changed

Lines changed: 3 additions & 3 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="10.4.0" />
37-
<PackageReference Include="HotChocolate.Execution" Version="12.7.0" />
36+
<PackageReference Include="FluentValidation" Version="11.0.0" />
37+
<PackageReference Include="HotChocolate.Execution" Version="12.8.2" />
3838
</ItemGroup>
3939

4040
<ItemGroup Label="Assets">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup Label="xUnit">
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1616
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)