Skip to content

Commit

Permalink
chore(deps): update dependency system.io.abstractions to v20.0.34
Browse files Browse the repository at this point in the history
| datasource | package                | from    | to      |
| ---------- | ---------------------- | ------- | ------- |
| nuget      | System.IO.Abstractions | 20.0.15 | 20.0.34 |
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent 8c76dba commit c500878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageMonster/PackageMonster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="20.0.15" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.34" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Testing/PackageMonsterTests/PackageMonsterTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="20.0.15" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.34" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit c500878

Please sign in to comment.