Skip to content

Commit c84e6c8

Browse files
authored
[bcl] Fix more assembly identity mismatches (mono#6870)
As a follow up to mono#6848 I checked all the assemblies and found some more identity mismatches with .NET
1 parent 9adf4bd commit c84e6c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

external/api-snapshot

mcs/class/Facades/System.IO.Compression.ZipFile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
99

1010
LIBRARY = System.IO.Compression.ZipFile.dll
1111

12-
KEYFILE = ../../msfinal.pub
12+
KEYFILE = ../../ecma.pub
1313
SIGN_FLAGS = /delaysign /nowarn:1616,1699
1414
LIB_REFS = System System.IO.Compression.FileSystem
1515
LIB_MCS_FLAGS = $(SIGN_FLAGS)

mcs/class/Microsoft.VisualC/Assembly/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
using System.Runtime.InteropServices;
3434
using System.Resources;
3535

36-
[assembly: AssemblyVersion (Consts.VsVersion)]
36+
[assembly: AssemblyVersion ("10.0.0.0")]
3737

3838
/* TODO COMPLETE INFORMATION
3939

mcs/class/System.Dynamic/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include ../../build/rules.make
55
LIBRARY = System.Dynamic.dll
66

77
LIB_REFS = System.Core System
8-
KEYFILE = ../ecma.pub
8+
KEYFILE = ../msfinal.pub
99
LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -nowarn:414,169
1010

1111
# This is a .NET 4.0+ only assembly

mcs/class/System.Reflection.Context/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include ../../build/rules.make
44

55
LIBRARY = System.Reflection.Context.dll
66
LIB_REFS = System
7-
KEYFILE = ../msfinal.pub
7+
KEYFILE = ../ecma.pub
88
LIB_MCS_FLAGS =
99

1010
NO_TEST = yes

0 commit comments

Comments
 (0)