Skip to content

Commit 58b389b

Browse files
dependabot[bot]kzu
authored andcommitted
Bump System.IO.Pipelines from 5.0.1 to 6.0.3
Bumps [System.IO.Pipelines](https://github.com/dotnet/runtime) from 5.0.1 to 6.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.1...v6.0.3) --- 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 98d56fc commit 58b389b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -10,7 +10,7 @@
1010
<PackageReference Include="xunit" Version="2.4.1" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="all" />
1212
<PackageReference Include="coverlet.collector" Version="3.1.0" PrivateAssets="all" />
13-
<PackageReference Include="System.IO.Pipelines" Version="5.0.1" />
13+
<PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)