Skip to content

Commit

Permalink
Merge pull request #224 from xt0rted/dependabot/nuget/system-io-36095…
Browse files Browse the repository at this point in the history
…54f7a

Bump the system-io group with 2 updates
  • Loading branch information
xt0rted authored Aug 4, 2023
2 parents fa1bb46 + 4d0e29f commit 4eacc70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Bumped `Emet.FileSystems` from 0.0.4 to 0.0.5
- Bumped `System.CommandLine` from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1
- Bumped `System.CommandLine.Rendering` from 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1
- Bumped `System.IO.Abstractions` from 16.1.25 to 19.2.29
- Bumped `System.IO.Abstractions` from 16.1.25 to 19.2.51
- Switched from [actions/setup-dotnet](https://github.com/actions/setup-dotnet) to [xt0rted/setup-dotnet](https://github.com/xt0rted/setup-dotnet)
- No longer built and tested on macOS 10.15 due to GitHub Actions [no longer supporting](https://github.com/actions/virtual-environments/issues/5583) that version

Expand Down
2 changes: 1 addition & 1 deletion src/rimraf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</PackageReference>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.29" />
<PackageReference Include="System.IO.Abstractions" Version="19.2.51" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.29" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.51" />
<PackageReference Include="Verify.Xunit" Version="20.6.0" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
Expand Down

0 comments on commit 4eacc70

Please sign in to comment.