Skip to content

Commit d3bf972

Browse files
Bump System.IO.Abstractions from 13.2.47 to 14.0.13
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 13.2.47 to 14.0.13. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v13.2.47...v14.0.13) --- updated-dependencies: - dependency-name: System.IO.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f16fd76 commit d3bf972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Simplify.IO/Simplify.IO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageTags>.NET IO</PackageTags>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="System.IO.Abstractions" Version="13.2.*" />
26+
<PackageReference Include="System.IO.Abstractions" Version="14.0.*" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

src/Simplify.Log/Simplify.Log.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
26-
<PackageReference Include="System.IO.Abstractions" Version="13.2.47" />
26+
<PackageReference Include="System.IO.Abstractions" Version="14.0.13" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)