Skip to content

Commit 03b8019

Browse files
authored
chore: bump CDX library to 7.0.0 (#369)
Latest version 7.0.0 available: https://www.nuget.org/packages/CycloneDX.Utils/7.0.0 https://www.nuget.org/packages/CycloneDX.Spdx.Interop/7.0.0 Signed-off-by: Akshay Bhat <[email protected]>
1 parent bf0e305 commit 03b8019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cyclonedx/cyclonedx.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<ItemGroup>
1616
<PackageReference Include="CoderPatros.AntPathMatching" Version="0.1.1" />
1717
<PackageReference Include="CsvHelper" Version="29.0.0" />
18-
<PackageReference Include="CycloneDX.Utils" Version="6.0.0" />
19-
<PackageReference Include="CycloneDX.Spdx.Interop" Version="6.0.0" />
18+
<PackageReference Include="CycloneDX.Utils" Version="7.0.0" />
19+
<PackageReference Include="CycloneDX.Spdx.Interop" Version="7.0.0" />
2020
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
2121
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)