From 2c17f1dc18bb82a9324b3d750217b03c115f5f88 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 583adedeb..1abe4653e 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 @@ -74,6 +75,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -701,7 +706,7 @@ - + powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration) git rev-parse HEAD^^{commit} @@ -720,6 +725,7 @@ +