Skip to content

Commit cc80420

Browse files
build(deps): Bump GraphQL.SystemTextJson and GraphQL (#214)
Bumps [GraphQL.SystemTextJson](https://github.com/graphql-dotnet/graphql-dotnet) and [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet). These dependencies needed to be updated together. Updates `GraphQL.SystemTextJson` from 7.8.0 to 8.0.1 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@7.8.0...8.0.1) Updates `GraphQL` from 7.8.0 to 8.0.1 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@7.8.0...8.0.1) --- updated-dependencies: - dependency-name: GraphQL.SystemTextJson dependency-type: direct:production update-type: version-update:semver-major - dependency-name: GraphQL dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3875aff commit cc80420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GraphQLNetExample/GraphQLNetExample.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="GraphQL" Version="7.8.0" />
11-
<PackageReference Include="GraphQL.MicrosoftDI" Version="7.8.0" />
12-
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.1" />
10+
<PackageReference Include="GraphQL" Version="8.0.1" />
11+
<PackageReference Include="GraphQL.MicrosoftDI" Version="8.0.0" />
12+
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.0" />
1313
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="7.7.1" />
14-
<PackageReference Include="GraphQL.SystemTextJson" Version="7.8.0" />
14+
<PackageReference Include="GraphQL.SystemTextJson" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)