Skip to content

Commit 03b0f17

Browse files
Bump System.IO.Abstractions from 21.1.3 to 21.1.7 (#211)
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 21.1.3 to 21.1.7. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v21.1.3...v21.1.7) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: AnakinRaW <Anakin@gmx-topmail.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab07a4e commit 03b0f17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3" />
20+
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
2121
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.1.3" />
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.3" />
52+
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
5353
<PackageReference Include="System.Text.Json" Version="9.0.0" />
5454
</ItemGroup>
5555

0 commit comments

Comments
 (0)