Skip to content

Commit

Permalink
⬆️ Bump System.IO.Pipelines in the system group
Browse files Browse the repository at this point in the history
Bumps the system group with 1 update: [System.IO.Pipelines](https://github.com/dotnet/runtime).


Updates `System.IO.Pipelines` from 6.0.3 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.3...v8.0.0)

---
updated-dependencies:
- dependency-name: System.IO.Pipelines
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: system
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent b6e2820 commit 5943d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebSocketPipe/WebSocketPipe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 5943d71

Please sign in to comment.