Skip to content

Commit

Permalink
Bump System.Reactive from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 1, 2023
1 parent 664ccce commit 00aed61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SerialPortRx/SerialPortRx.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net6.0-windows10.0.17763.0' or '$(TargetFramework)'=='net7.0-windows10.0.17763.0'">
<DefineConstants>HasWindows</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 00aed61

Please sign in to comment.