Skip to content

Commit aa87838

Browse files
Bump GraphQL.MicrosoftDI from 7.4.0 to 7.4.1 (#552)
Bumps [GraphQL.MicrosoftDI](https://github.com/graphql-dotnet/graphql-dotnet) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@7.4.0...7.4.1) --- updated-dependencies: - dependency-name: GraphQL.MicrosoftDI dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76755db commit aa87838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GraphQL.Client.LocalExecution/GraphQL.Client.LocalExecution.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>A GraphQL Client which executes the queries directly on a provided GraphQL schema using graphql-dotnet</Description>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.MicrosoftDI" Version="7.4.0" />
9+
<PackageReference Include="GraphQL.MicrosoftDI" Version="7.4.1" />
1010
<PackageReference Include="System.Reactive" Version="5.0.0" />
1111
</ItemGroup>
1212

tests/GraphQL.Server.Test/GraphQL.Server.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="GraphQL.MicrosoftDI" Version="7.4.0" />
9+
<PackageReference Include="GraphQL.MicrosoftDI" Version="7.4.1" />
1010
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="7.4.0" />
1111
<PackageReference Include="GraphQL.Server.Ui.GraphiQL" Version="7.4.0" />
1212
</ItemGroup>

0 commit comments

Comments
 (0)