Skip to content

Commit d5b693b

Browse files
Bump System.Reactive from 6.0.0 to 6.0.1
Bumps [System.Reactive](https://github.com/dotnet/reactive) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1) --- updated-dependencies: - dependency-name: System.Reactive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b60a5b commit d5b693b

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)