Skip to content

Commit 9da1e06

Browse files
Bump System.Reactive from 6.0.0 to 6.0.1 (#1168)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c689ad commit 9da1e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Samples.MultipleSchemas/Samples.MultipleSchemas.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\..\src\Transports.AspNetCore\Transports.AspNetCore.csproj" />
1111
<ProjectReference Include="..\..\src\Ui.GraphiQL\Ui.GraphiQL.csproj" />
12-
<PackageReference Include="System.Reactive" Version="6.0.0" />
12+
<PackageReference Include="System.Reactive" Version="6.0.1" />
1313
<Using Include="GraphQL" />
1414
<Using Include="GraphQL.Types" />
1515
</ItemGroup>

samples/Samples.Schemas.Chat/Samples.Schemas.Chat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="GraphQL" Version="$(GraphQLVersion)" />
11-
<PackageReference Include="System.Reactive" Version="6.0.0" />
11+
<PackageReference Include="System.Reactive" Version="6.0.1" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)