From 27fd8e5ad86672d1aff1d0cc1b76ba9cc7b76bcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 24 Apr 2017 16:24:49 +0200 Subject: [PATCH] [Facades] Use Open.snk for netstandard.dll We were using the wrong key since dotnet/standard switched to using the new Open key. --- mcs/class/Facades/netstandard/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mcs/class/Facades/netstandard/Makefile b/mcs/class/Facades/netstandard/Makefile index de1b5cbccf5..d004563039c 100644 --- a/mcs/class/Facades/netstandard/Makefile +++ b/mcs/class/Facades/netstandard/Makefile @@ -9,7 +9,8 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades LIBRARY = netstandard.dll -KEY_FILE = ../../msfinal.pub +KEY_FILE = ../../Open.snk +LIBRARY_SNK = $(KEY_FILE) SIGN_FLAGS = /delaysign /keyfile:$(KEY_FILE) /nowarn:1616,1699 /nowarn:618 LIB_REFS = System System.Xml System.Xml.Linq System.Runtime.Serialization System.Core System.Numerics System.Numerics.Vectors System.Net.Http System.Transactions \ System.IO.Compression System.Data System.ComponentModel.Composition System.IO.Compression.FileSystem System.Runtime.InteropServices.RuntimeInformation \ -- 2.25.1