From ad17254f75a3175e1f745965780bd108c5de439b Mon Sep 17 00:00:00 2001 From: Simon Nattress Date: Mon, 14 Aug 2017 09:45:35 -0700 Subject: [PATCH] Compile Microsoft.Build.Net.CoreRuntimeTask with MSFT public key (dotnet/core-setup#3016) Strongname signing was disabled for this assembly. Opt it into signing with the MSFT key. Commit migrated from https://github.com/dotnet/core-setup/commit/2d818e87081bfe71f9a3f2cbba43cb279e79b265 --- .../Microsoft.Build.Net.CoreRuntimeTask.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj b/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj index 1e2c7b5..4967f97 100644 --- a/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj +++ b/src/installer/uwp/Microsoft.Build.Net.CoreRuntimeTask/Microsoft.Build.Net.CoreRuntimeTask.csproj @@ -33,7 +33,7 @@ true .NETStandard obj - true + MSFT true -- 2.7.4