Skip to content

Commit c3a4664

Browse files
Bump System.IO.Pipelines from 6.0.2 to 6.0.3 (#796)
Bumps [System.IO.Pipelines](https://github.com/dotnet/runtime) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: System.IO.Pipelines 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 1645a29 commit c3a4664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StreamJsonRpc/StreamJsonRpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.3" PrivateAssets="all" />
2626
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
2727
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
28-
<PackageReference Include="System.IO.Pipelines" Version="6.0.2" />
28+
<PackageReference Include="System.IO.Pipelines" Version="6.0.3" />
2929
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0.0" PrivateAssets="compile" />
3030
</ItemGroup>
3131
<ItemGroup>

0 commit comments

Comments
 (0)