Skip to content

Commit

Permalink
Switch to net 7 from net 5
Browse files Browse the repository at this point in the history
Signed-off-by: James Thompson <[email protected]>
  • Loading branch information
thompson-tomo committed May 20, 2024
1 parent 7a303fd commit f88ebed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CycloneDX.Core/CycloneDX.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net7.0</TargetFrameworks>
<Product>CycloneDX.Core</Product>
<Description>A .NET Standard library for CycloneDX bill-of-material documents.</Description>
<PackageId>CycloneDX.Core</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/CycloneDX.Spdx/CycloneDX.Spdx.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net7.0</TargetFrameworks>
<Product>CycloneDX.Spdx</Product>
<Description>A .NET Standard library for SPDX documents.</Description>
<PackageId>CycloneDX.Spdx</PackageId>
Expand Down

0 comments on commit f88ebed

Please sign in to comment.