Skip to content

Commit

Permalink
chore(deps): update dependency system.io.abstractions to 21.1.1
Browse files Browse the repository at this point in the history
| datasource | package                | from    | to     |
| ---------- | ---------------------- | ------- | ------ |
| nuget      | System.IO.Abstractions | 21.0.29 | 21.1.1 |
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 87085ad commit efa2e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/VelaptorTests/VelaptorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
<PackageReference Include="System.IO.Abstractions" Version="21.1.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Velaptor/Velaptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
<PackageReference Include="System.IO.Abstractions" Version="21.1.1" />
</ItemGroup>

</Project>

0 comments on commit efa2e1a

Please sign in to comment.