From 31e170fd3edbc6a0aca0bd5692c553a300b56bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 1 Feb 2019 23:33:36 +0100 Subject: [bcl] Actually fix the nunit/nunitlite assembly identity (#12743) The solution from https://github.com/mono/mono/pull/12725 doesn't fully work since e.g. gacutil seems to verify the strong name. Instead follow what we do for other keys where we don't have the private key: add them to the machine.config pubTokenMapping list. --- data/net_1_1/machine.config | 2 ++ data/net_2_0/machine.config | 2 ++ data/net_4_0/machine.config | 2 ++ data/net_4_5/machine.config | 2 ++ 4 files changed, 8 insertions(+) (limited to 'data') diff --git a/data/net_1_1/machine.config b/data/net_1_1/machine.config index 2dfec5f0203..9c604051b59 100644 --- a/data/net_1_1/machine.config +++ b/data/net_1_1/machine.config @@ -237,6 +237,8 @@ + + diff --git a/data/net_2_0/machine.config b/data/net_2_0/machine.config index 2577c81dd92..1d59a0a81b5 100644 --- a/data/net_2_0/machine.config +++ b/data/net_2_0/machine.config @@ -220,6 +220,8 @@ + + diff --git a/data/net_4_0/machine.config b/data/net_4_0/machine.config index f3b71c43c53..a1e11bbd130 100644 --- a/data/net_4_0/machine.config +++ b/data/net_4_0/machine.config @@ -237,6 +237,8 @@ + + diff --git a/data/net_4_5/machine.config b/data/net_4_5/machine.config index 455709536f8..0814804953d 100644 --- a/data/net_4_5/machine.config +++ b/data/net_4_5/machine.config @@ -240,6 +240,8 @@ + + -- cgit v1.2.3