Skip to content

Commit 24f82b0

Browse files
Bump System.IO.Ports and Microsoft.NETFramework.ReferenceAssemblies (#1641)
Bumps [System.IO.Ports](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `System.IO.Ports` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: System.IO.Ports dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d40d1d2 commit 24f82b0

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