Skip to content

Commit 52e7b2c

Browse files
dependabot[bot]jdomnitz
authored andcommitted
Bump System.IO.Ports from 9.0.1 to 9.0.4
Bumps [System.IO.Ports](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.4) --- updated-dependencies: - dependency-name: System.IO.Ports dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06c3b3b commit 52e7b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ZWaveDotNet/ZWaveDotNet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0; net9.0</TargetFrameworks>
@@ -39,7 +39,7 @@
3939

4040
<ItemGroup>
4141
<PackageReference Include="Serilog" Version="4.2.0" />
42-
<PackageReference Include="System.IO.Ports" Version="9.0.1" />
42+
<PackageReference Include="System.IO.Ports" Version="9.0.4" />
4343
</ItemGroup>
4444

4545
<ItemGroup>

0 commit comments

Comments
 (0)