Skip to content

Commit

Permalink
chore(deps): update all testable systemio dependencies to v20.0.34 (#…
Browse files Browse the repository at this point in the history
…1679)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent 558073a commit 5fb593e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="NetTestRegimentation" Version="1.7.48" />
<PackageReference Include="NetTestRegimentation.Xunit" Version="1.7.48" />
<PackageReference Include="OpenCover" Version="4.7.1221" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.28" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.34" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.analyzers" Version="1.11.0" />
<PackageReference Include="xunit.runner.reporters" Version="2.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whipstaff.CommandLine/Whipstaff.CommandLine.csproj
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.28" />
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" Version="20.0.34" />
</ItemGroup>

<ItemGroup>
Expand Down
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.28" />
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="20.0.34" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5fb593e

Please sign in to comment.