Skip to content

Commit

Permalink
Update to HotChocolate 14RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 8, 2024
1 parent e95361e commit e4ce4ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.0.0-rc.3" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.0.0-rc.3" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.0.0-rc.3" />
<!-- Usage: DataLoader source generation -->
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.0.0-rc.3" />
<!-- Usage: GraphQL additional scalar type definitions -->
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.0.0-rc.2" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.0.0-rc.3" />
<!-- 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. -->
Expand Down

0 comments on commit e4ce4ae

Please sign in to comment.