Skip to content

Commit

Permalink
Disable assembly trimming as this breaks signing
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Dwyer <patrick.dwyer@owasp.org>
  • Loading branch information
coderpatros committed Sep 11, 2023
1 parent f5faece commit ef9abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyclonedx/cyclonedx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<!-- <PublishTrimmed>true</PublishTrimmed>-->
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<RuntimeIdentifiers>linux-x64;linux-musl-x64;linux-arm;linux-arm64;win-x64;win-x86;win-arm;win-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
</PropertyGroup>
Expand Down

0 comments on commit ef9abff

Please sign in to comment.