From e734f7122c7d5f8cb262b4d375c9826c2aa19416 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 4 Dec 2024 19:22:04 +0100 Subject: [PATCH] Use https://github.com/microsoft/sbom-tool/tree/main/src/Microsoft.Sbom.Targets to embed SBOM in ICSharpCode.Decompiler NuGet --- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 5314bd4f7..d45e054ca 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -20,6 +20,7 @@ false Copyright 2011-$([System.DateTime]::Now.Year) AlphaSierraPapa C# Decompiler ILSpy + true en-US False @@ -80,6 +81,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -707,7 +712,7 @@ - + powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration) git rev-parse HEAD^^{commit} @@ -726,6 +731,7 @@ +