@@ -75,6 +75,9 @@ static char **extra_gac_paths = NULL;
75
75
* The integer number is an index in the MonoRuntimeInfo structure, whose
76
76
* values can be found in domain.c - supported_runtimes. Look there
77
77
* to understand what remapping will be made.
78
+ *
79
+ * .NET version can be found at https://github.com/dotnet/coreclr/blob/master/src/inc/fxretarget.h#L99
80
+ *
78
81
*/
79
82
static const AssemblyVersionMap framework_assemblies [] = {
80
83
{"Accessibility" , 0 },
@@ -103,6 +106,7 @@ static const AssemblyVersionMap framework_assemblies [] = {
103
106
{"Npgsql" , 0 },
104
107
{"PEAPI" , 0 },
105
108
{"System" , 0 },
109
+ {"System.ComponentModel.Composition" , 2 },
106
110
{"System.ComponentModel.DataAnnotations" , 2 },
107
111
{"System.Configuration" , 0 },
108
112
{"System.Configuration.Install" , 0 },
@@ -118,13 +122,16 @@ static const AssemblyVersionMap framework_assemblies [] = {
118
122
{"System.Drawing" , 0 },
119
123
{"System.Drawing.Design" , 0 },
120
124
{"System.EnterpriseServices" , 0 },
125
+ {"System.IdentityModel" , 3 },
126
+ {"System.IdentityModel.Selectors" , 3 },
121
127
{"System.Management" , 0 },
122
128
{"System.Messaging" , 0 },
123
129
{"System.Net" , 2 },
124
130
{"System.Runtime.Remoting" , 0 },
125
131
{"System.Runtime.Serialization" , 3 },
126
132
{"System.Runtime.Serialization.Formatters.Soap" , 0 },
127
133
{"System.Security" , 0 },
134
+ {"System.ServiceModel" , 3 },
128
135
{"System.ServiceModel.Web" , 2 },
129
136
{"System.ServiceProcess" , 0 },
130
137
{"System.Transactions" , 0 },
0 commit comments