Skip to content

Commit 2d45aef

Browse files
build(deps): Bump GraphQL.MicrosoftDI and GraphQL (#231)
Bumps [GraphQL.MicrosoftDI](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.MicrosoftDI` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@8.1.0...8.2.0) Updates `GraphQL` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@8.1.0...8.2.0) --- updated-dependencies: - dependency-name: GraphQL.MicrosoftDI dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: GraphQL dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37260df commit 2d45aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GraphQLNetExample/GraphQLNetExample.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="GraphQL" Version="8.1.0" />
11-
<PackageReference Include="GraphQL.MicrosoftDI" Version="8.1.0" />
10+
<PackageReference Include="GraphQL" Version="8.2.0" />
11+
<PackageReference Include="GraphQL.MicrosoftDI" Version="8.2.0" />
1212
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.3" />
1313
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="8.0.3" />
1414
<PackageReference Include="GraphQL.SystemTextJson" Version="8.1.0" />

0 commit comments

Comments
 (0)