Skip to content

Commit d67ee04

Browse files
build(deps): Bump System.Reactive from 5.0.0 to 6.0.0 (#157)
Bumps [System.Reactive](https://github.com/dotnet/reactive) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/commits) --- updated-dependencies: - dependency-name: System.Reactive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e117e0 commit d67ee04

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
@@ -8,6 +8,6 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
11-
<PackageReference Include="System.Reactive" Version="5.0.0" />
11+
<PackageReference Include="System.Reactive" Version="6.0.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)