Skip to content

Commit

Permalink
Bump System.IO.Ports from 5.0.1 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [System.IO.Ports](https://github.com/dotnet/runtime) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.1...v6.0.0)

---
updated-dependencies:
- dependency-name: System.IO.Ports
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2021
1 parent d4158b5 commit cb78185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialPortRx/SerialPortRx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup>
<Compile Update="**\*.cs" DependentUpon="I%(Filename).cs" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.IO.Ports" Version="5.0.1" />
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit cb78185

Please sign in to comment.