Skip to content

Commit d10914d

Browse files
dependabot[bot]csharpfritz
authored andcommitted
Bump System.IO.Abstractions from 2.1.0.256 to 4.2.4 (#265)
Bumps [System.IO.Abstractions](https://github.com/System-IO-Abstractions/System.IO.Abstractions) from 2.1.0.256 to 4.2.4. - [Release notes](https://github.com/System-IO-Abstractions/System.IO.Abstractions/releases) - [Commits](https://github.com/System-IO-Abstractions/System.IO.Abstractions/commits/v4.2.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1fe2b13 commit d10914d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Fritz.StreamTools/Fritz.StreamTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language.TextAnalytics" Version="2.8.0-preview" />
2828
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.6" />
2929
<PackageReference Include="Octokit" Version="0.32.0" />
30-
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.256" />
30+
<PackageReference Include="System.IO.Abstractions" Version="4.2.4" />
3131
<PackageReference Include="System.Memory" Version="4.5.2" />
3232
</ItemGroup>
3333
<ItemGroup>

Test/Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="FluentAssertions" Version="5.6.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0-preview-20180610-02" />
1515
<PackageReference Include="Moq" Version="4.10.0" />
16-
<PackageReference Include="System.IO.Abstractions" Version="2.1.0.256" />
16+
<PackageReference Include="System.IO.Abstractions" Version="4.2.4" />
1717
<PackageReference Include="xunit" Version="2.4.1" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
1919
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)