File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/GraphQL.Client.LocalExecution
tests/GraphQL.Server.Test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<Description >A GraphQL Client which executes the queries directly on a provided GraphQL schema using graphql-dotnet</Description >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 7.4.0 " />
9
+ <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 7.4.1 " />
10
10
<PackageReference Include =" System.Reactive" Version =" 5.0.0" />
11
11
</ItemGroup >
12
12
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 7.4.0 " />
9
+ <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 7.4.1 " />
10
10
<PackageReference Include =" GraphQL.Server.Transports.AspNetCore" Version =" 7.4.0" />
11
11
<PackageReference Include =" GraphQL.Server.Ui.GraphiQL" Version =" 7.4.0" />
12
12
</ItemGroup >
You can’t perform that action at this time.
0 commit comments