Skip to content

Commit 4d25c7d

Browse files
Bump HC to 12.6.1 (#90)
1 parent 49aebfa commit 4d25c7d

2 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
@@ -34,7 +34,7 @@
3434

3535
<ItemGroup Label="Packages">
3636
<PackageReference Include="FluentValidation" Version="10.3.6" />
37-
<PackageReference Include="HotChocolate.Execution" Version="12.6.0" />
37+
<PackageReference Include="HotChocolate.Execution" Version="12.6.1" />
3838
</ItemGroup>
3939

4040
<ItemGroup Label="Assets">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
</ItemGroup>
1313

1414
<ItemGroup Label="xUnit">
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0-preview-20211130-02" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
1616
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="coverlet.msbuild" Version="3.1.0">
21+
<PackageReference Include="coverlet.msbuild" Version="3.1.2">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)