File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Transports.AspNetCore.NewtonsoftJson
Transports.AspNetCore.SystemTextJson
Transports.Subscriptions.Abstractions Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ Publish release] ( https://github.com/graphql-dotnet/server/actions/workflows/publish.yml/badge.svg )] ( https://github.com/graphql-dotnet/server/actions/workflows/publish.yml )
8
8
[ ![ CodeQL analysis] ( https://github.com/graphql-dotnet/server/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/graphql-dotnet/server/actions/workflows/codeql-analysis.yml )
9
9
10
- [ ![ codecov] ( https://codecov.io/gh/graphql-dotnet/server/branch/master/graph/badge.svg?token=iXZo1jZvFo )] ( https://codecov.io/gh/graphql-dotnet/server )
10
+ [ ![ codecov] ( https://codecov.io/gh/graphql-dotnet/server/branch/master/graph/badge.svg?token=ZBcVYq7hz4 )] ( https://codecov.io/gh/graphql-dotnet/server )
11
11
[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/graphql-dotnet/server.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/graphql-dotnet/server/alerts/ )
12
12
[ ![ Language grade: C#] ( https://img.shields.io/lgtm/grade/csharp/g/graphql-dotnet/server.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/graphql-dotnet/server/context:csharp )
13
13
Original file line number Diff line number Diff line change 21
21
<ProjectReference Include =" ..\Ui.Playground\Ui.Playground.csproj" />
22
22
<ProjectReference Include =" ..\Ui.Voyager\Ui.Voyager.csproj" />
23
23
24
- <PackageReference Include =" GraphQL.MemoryCache" Version =" 4.0.1 " />
25
- <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 4.0.1 " />
26
- <PackageReference Include =" GraphQL.SystemReactive" Version =" 4.0.1 " />
24
+ <PackageReference Include =" GraphQL.MemoryCache" Version =" 4.0.2 " />
25
+ <PackageReference Include =" GraphQL.MicrosoftDI" Version =" 4.0.2 " />
26
+ <PackageReference Include =" GraphQL.SystemReactive" Version =" 4.0.2 " />
27
27
</ItemGroup >
28
28
29
29
</Project >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" GraphQL" Version =" 4.0.1 " />
12
- <PackageReference Include =" GraphQL.DataLoader" Version =" 4.0.1 " />
11
+ <PackageReference Include =" GraphQL" Version =" 4.0.2 " />
12
+ <PackageReference Include =" GraphQL.DataLoader" Version =" 4.0.2 " />
13
13
<PackageReference Include =" Microsoft.Extensions.Options" Version =" 3.1.0" />
14
14
</ItemGroup >
15
15
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\Transports.AspNetCore\Transports.AspNetCore.csproj" />
11
- <PackageReference Include =" GraphQL.NewtonsoftJson" Version =" 4.0.1 " />
11
+ <PackageReference Include =" GraphQL.NewtonsoftJson" Version =" 4.0.2 " />
12
12
</ItemGroup >
13
13
14
14
</Project >
Original file line number Diff line number Diff line change 10
10
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
11
11
<ProjectReference Include =" ..\Transports.AspNetCore\Transports.AspNetCore.csproj" />
12
12
<ProjectReference Include =" ..\Transports.Subscriptions.Abstractions\Transports.Subscriptions.Abstractions.csproj" />
13
- <PackageReference Include =" GraphQL.SystemTextJson" Version =" 4.0.1 " />
13
+ <PackageReference Include =" GraphQL.SystemTextJson" Version =" 4.0.2 " />
14
14
<PackageReference Include =" System.IO.Pipelines" Version =" 5.0.1" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" GraphQL.SystemReactive" Version =" 4.0.1 " />
10
- <PackageReference Include =" GraphQL.NewtonsoftJson" Version =" 4.0.1 " />
9
+ <PackageReference Include =" GraphQL.SystemReactive" Version =" 4.0.2 " />
10
+ <PackageReference Include =" GraphQL.NewtonsoftJson" Version =" 4.0.2 " />
11
11
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.1.0" />
12
12
<PackageReference Include =" System.Threading.Tasks.Dataflow" Version =" 5.0.0" />
13
13
</ItemGroup >
You can’t perform that action at this time.
0 commit comments