Skip to content

Commit

Permalink
chore(deps): update dependency system.io.abstractions to v20
Browse files Browse the repository at this point in the history
| datasource | package                | from    | to     |
| ---------- | ---------------------- | ------- | ------ |
| nuget      | System.IO.Abstractions | 19.2.87 | 20.0.1 |
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 907bc36 commit 050d4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/VersionMinerTests/VersionMinerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="19.2.87" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.1" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion VersionMiner/VersionMiner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="19.2.87" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 050d4ff

Please sign in to comment.