Skip to content

Commit bf59706

Browse files
Bump System.IO.Ports from 9.0.0 to 9.0.1 in /LibreHardwareMonitor
Bumps [System.IO.Ports](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.IO.Ports dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e17858 commit bf59706

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="9.0.0" />
38+
<PackageReference Include="System.IO.Ports" Version="9.0.1" />
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)