Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit f5eb9b6

Browse files
Bump System.IO.Pipelines from 6.0.3 to 7.0.0
Bumps [System.IO.Pipelines](https://github.com/dotnet/runtime) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: System.IO.Pipelines dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5164fbb commit f5eb9b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HassClient/HassClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
28-
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />
28+
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
2929
<PackageReference Include="Roslynator.Analyzers" Version="4.2.0">
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)