From 5ecef3b6f83c33b49351f0c1ca3c73da040b5a63 Mon Sep 17 00:00:00 2001 From: Simon Nattress Date: Tue, 8 Aug 2017 14:44:10 -0700 Subject: [PATCH] Strongname sign Microsoft.Build.Net.CoreRuntimeTask (dotnet/core-setup#2994) * Strongname sign Microsoft.Build.Net.CoreRuntimeTask Fixes https://github.com/dotnet/core-setup/issues/2820 Commit migrated from https://github.com/dotnet/core-setup/commit/e46a14f5c924bfcf52536436f5386b33b347eb04 --- src/installer/signing/sign.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer/signing/sign.proj b/src/installer/signing/sign.proj index 50d6cd6..8a3a75f 100644 --- a/src/installer/signing/sign.proj +++ b/src/installer/signing/sign.proj @@ -38,6 +38,7 @@ $(CertificateId) + StrongName -- 2.7.4