Skip to content

Commit 0a22895

Browse files
Bump System.IO.Abstractions from 21.1.7 to 21.2.8
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 21.1.7 to 21.2.8. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v21.1.7...v21.2.8) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41631e4 commit 0a22895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EawModinfo.Tests/EawModinfo.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
20-
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
20+
<PackageReference Include="System.IO.Abstractions" Version="21.2.8" />
2121
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.1.7" />
2222
<PackageReference Include="xunit" Version="2.9.2" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">

src/EawModinfo/EawModinfo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>
5151
<PackageReference Include="Semver" Version="3.0.0" />
52-
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
52+
<PackageReference Include="System.IO.Abstractions" Version="21.2.8" />
5353
<PackageReference Include="System.Text.Json" Version="9.0.0" />
5454
</ItemGroup>
5555

0 commit comments

Comments
 (0)