Skip to content

Commit ef9abff

Browse files
committed
Disable assembly trimming as this breaks signing
Signed-off-by: Patrick Dwyer <[email protected]>
1 parent f5faece commit ef9abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cyclonedx/cyclonedx.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6-
<PublishTrimmed>true</PublishTrimmed>
6+
<!-- <PublishTrimmed>true</PublishTrimmed>-->
77
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
88
<RuntimeIdentifiers>linux-x64;linux-musl-x64;linux-arm;linux-arm64;win-x64;win-x86;win-arm;win-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
99
</PropertyGroup>

0 commit comments

Comments
 (0)