Skip to content

Commit 2e7726b

Browse files
Bump System.IO.Abstractions from 16.0.1 to 17.0.3
Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 16.0.1 to 17.0.3. - [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases) - [Commits](TestableIO/System.IO.Abstractions@v16.0.1...v17.0.3) --- 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 fad5d1b commit 2e7726b

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
@@ -20,7 +20,7 @@
2020
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.IO/CHANGELOG.md for details</PackageReleaseNotes>
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<PackageReference Include="System.IO.Abstractions" Version="16.0.1" />
23+
<PackageReference Include="System.IO.Abstractions" Version="17.0.3" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<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
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
25-
<PackageReference Include="System.IO.Abstractions" Version="16.0.1" />
25+
<PackageReference Include="System.IO.Abstractions" Version="17.0.3" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)