Skip to content

Commit

Permalink
update System.IO.Abstractions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Dec 14, 2021
1 parent 2ca60f2 commit c67a9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bctklib/bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="Nerdbank.Streams" Version="2.8.54" />
<PackageReference Include="OneOf" Version="3.0.205" />
<PackageReference Include="rocksdb" Version="6.26.1.24143" />
<PackageReference Include="System.IO.Abstractions" Version="14.0.3" />
<PackageReference Include="System.IO.Abstractions" Version="14.0.13" />
</ItemGroup>

<Choose>
Expand Down
2 changes: 1 addition & 1 deletion test/test.bctklib/test.bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Nito.Disposables" Version="2.2.1" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="14.0.3" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="14.0.13" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit c67a9bd

Please sign in to comment.