From 1f713481378bfcb0677bd0ed41df9f612b68e9d6 Mon Sep 17 00:00:00 2001 From: nil4 Date: Thu, 17 Oct 2024 16:09:52 +0200 Subject: [PATCH] Enable `RollForward` to run on the latest .NET SDKs Enables installing and running `CycloneDX` on runtimes/SDKs newer than those that it targets when published. For instance, allows v4.0.0 to run with .NET SDK 9.0 installed. Fixes #908 --- CycloneDX/CycloneDX.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CycloneDX/CycloneDX.csproj b/CycloneDX/CycloneDX.csproj index 1ae39c5b..d113aaa3 100644 --- a/CycloneDX/CycloneDX.csproj +++ b/CycloneDX/CycloneDX.csproj @@ -11,6 +11,9 @@ dotnet-CycloneDX <_SkipUpgradeNetAnalyzersNuGetWarning>true net8.0;net7.0;net6.0 + + + Major