From 33d2d526448c17dd50e171804c614ef16d66e6aa Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 7 Aug 2017 08:03:48 -0400 Subject: [bcl] Specify the name of the key file on the command line instead of using the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316) --- mcs/class/Mono.Tasklets/Assembly/AssemblyInfo.cs | 1 - mcs/class/Mono.Tasklets/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/Mono.Tasklets') diff --git a/mcs/class/Mono.Tasklets/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Tasklets/Assembly/AssemblyInfo.cs index a461e90522f..6f95a487515 100644 --- a/mcs/class/Mono.Tasklets/Assembly/AssemblyInfo.cs +++ b/mcs/class/Mono.Tasklets/Assembly/AssemblyInfo.cs @@ -27,4 +27,3 @@ using System.Runtime.InteropServices; */ [assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile ("../mono.pub")] diff --git a/mcs/class/Mono.Tasklets/Makefile b/mcs/class/Mono.Tasklets/Makefile index 19a6cc1ceed..d9940e6ded8 100644 --- a/mcs/class/Mono.Tasklets/Makefile +++ b/mcs/class/Mono.Tasklets/Makefile @@ -4,6 +4,7 @@ include ../../build/rules.make LIBRARY = Mono.Tasklets.dll +KEYFILE = ../mono.pub LIB_MCS_FLAGS = TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -- cgit v1.2.3