Skip to content

Commit

Permalink
Bump System.IO.Pipelines from 4.7.2 to 4.7.3 (#394)
Browse files Browse the repository at this point in the history
Bumps [System.IO.Pipelines](https://github.com/dotnet/corefx) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2020
1 parent 931df37 commit 8b88655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Update="Bogus" Version="31.0.3" />
<PackageReference Update="Snapper" Version="2.2.4" />
<PackageReference Update="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Update="System.IO.Pipelines" Version="4.7.2" />
<PackageReference Update="System.IO.Pipelines" Version="4.7.3" />
<PackageReference Update="Nerdbank.Streams" Version="2.6.81" />
<PackageReference Update="CodeGeneration.Roslyn.Attributes" Version="0.7.63" PrivateAssets="all" />
<PackageReference Update="CodeGeneration.Roslyn.Engine" Version="0.7.63" />
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Pipeline/Pipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.3" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="Nerdbank.Streams" Version="2.6.81" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sample/SampleServer/SampleServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="System.Text.Encoding" Version="4.3.0" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
<PackageReference Include="System.IO.Pipelines" Version="4.7.3" />
<PackageReference Include="Nerdbank.Streams" Version="2.6.81" />
</ItemGroup>

Expand Down

0 comments on commit 8b88655

Please sign in to comment.