Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-07-17 10:34:17 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-17 10:34:38 +0300
commit8eeb73cd694e10f52143b2e22b14aa285c3f0d3b (patch)
tree18c13763894420f0692ccd390d06d889288fe098 /mcs/class/System.Numerics.Vectors
parent508147e22d8ada575b5cfeecf57c64fc1e50cfbf (diff)
[System.Numerics.Vectors] Fixes public key
Diffstat (limited to 'mcs/class/System.Numerics.Vectors')
-rw-r--r--mcs/class/System.Numerics.Vectors/Assembly/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Numerics.Vectors/Assembly/AssemblyInfo.cs b/mcs/class/System.Numerics.Vectors/Assembly/AssemblyInfo.cs
index 632dcb981d7..f2d3b307d32 100644
--- a/mcs/class/System.Numerics.Vectors/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Numerics.Vectors/Assembly/AssemblyInfo.cs
@@ -53,7 +53,7 @@ using System.Runtime.InteropServices;
[assembly: CLSCompliant (true)]
[assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../ecma.pub")]
+[assembly: AssemblyKeyFile("../msfinal.pub")]
[assembly: SecurityCritical]