From 9b843467f370155e67fb01fc8fec2cd75010c77c Mon Sep 17 00:00:00 2001 From: mgravell Date: Wed, 25 Mar 2026 06:30:38 +0000 Subject: [PATCH] Propose strong-naming of the main dll - create new snk for the project (`sn -k`) - (global build) specify the snk - (main assembly build) enable strong-name-signing --- Directory.Build.props | 1 + GitHubActionsTestLogger.snk | Bin 0 -> 596 bytes .../GitHubActionsTestLogger.csproj | 1 + 3 files changed, 2 insertions(+) create mode 100644 GitHubActionsTestLogger.snk diff --git a/Directory.Build.props b/Directory.Build.props index bc4847d..6bf2a64 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,6 +10,7 @@ false true false + $(MSBuildThisFileDirectory)GitHubActionsTestLogger.snk diff --git a/GitHubActionsTestLogger.snk b/GitHubActionsTestLogger.snk new file mode 100644 index 0000000000000000000000000000000000000000..69923478ab530668fe1f58ef491c2d4826c1170d GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098wb6dT^p?q$s^pC255x(V^O$ug@ZLC6k;H z<~gNND}_d&0?52avXq^`HTgTB)x{g||MENOe1Pkj?t@;K!l*D>q65BVdQH}fop|at zELxsO-M+%SH&C+wI0nDC6aBcEyR^Ik(6!(OG_<dTa6=KoP;~Ut+;N-VR%sKrJ0M=w|%z z3}s@D8i5$&dYXarnWNmf5)U`nt^3CPcdt~mHp(!l|ATyJ>eL&(A*$d7T%hcU6&6x9 z%>}A?8isTUitrue + true