Skip to content

Commit 291c561

Browse files
Bump System.IO.Ports from 8.0.0 to 9.0.0 in /LibreHardwareMonitor (#1524)
Bumps [System.IO.Ports](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc303f7 commit 291c561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibreHardwareMonitorLib/LibreHardwareMonitorLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636
<ItemGroup Condition="'$(TargetFramework)' != 'net472'">
3737
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
38-
<PackageReference Include="System.IO.Ports" Version="8.0.0" />
38+
<PackageReference Include="System.IO.Ports" Version="9.0.0" />
3939
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
4040
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
4141
</ItemGroup>

0 commit comments

Comments
 (0)