Skip to content

Commit

Permalink
Bump System.IO.Abstractions from 13.2.42 to 13.2.43
Browse files Browse the repository at this point in the history
Bumps [System.IO.Abstractions](https://github.com/System-IO-Abstractions/System.IO.Abstractions) from 13.2.42 to 13.2.43.
- [Release notes](https://github.com/System-IO-Abstractions/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v13.2.42...v13.2.43)

---
updated-dependencies:
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Patrick Spaeth <patrick.spaeth@siemens-healthineers.com>
  • Loading branch information
dependabot[bot] authored and patspaeth committed Aug 18, 2021
1 parent 8437d64 commit 47bdc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CycloneDX.Core/CycloneDX.Core.csproj
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="nuget.projectmodel" Version="5.10.0" />
<PackageReference Include="System.IO.Abstractions" Version="13.2.42" />
<PackageReference Include="System.IO.Abstractions" Version="13.2.43" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion CycloneDX/CycloneDX.csproj
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="System.IO.Abstractions" Version="13.2.42" />
<PackageReference Include="System.IO.Abstractions" Version="13.2.43" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 47bdc92

Please sign in to comment.