Update HotChocolate

This commit is contained in:
Jordan Dominion
2024-09-24 21:18:39 -04:00
parent 36ee7d7d49
commit 33c2e534b3
@@ -101,15 +101,15 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.2" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.1" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.2" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.1" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.2" />
<!-- Usage: DataLoader source generation -->
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.0.0-rc.1" />
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.0.0-rc.2" />
<!-- Usage: GraphQL additional scalar type definitions -->
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.0.0-rc.1" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.0.0-rc.2" />
<!-- Usage: git interop -->
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->