Revert "[runtime] Fix the computation of token sizes in ppdb files, the PDB stream...
[mono.git] / mono / metadata / assembly.c
index e909833e7c7231cfb6091c143768ab8234e8c549..fd129813503bff85321aea4a371776ca83b9f520 100644 (file)
@@ -135,16 +135,27 @@ static const AssemblyVersionMap framework_assemblies [] = {
        {"System.EnterpriseServices", 0},
        {"System.IdentityModel", 3},
        {"System.IdentityModel.Selectors", 3},
+       {"System.IO.Compression", 2},
        {"System.Management", 0},
        {"System.Messaging", 0},
        {"System.Net", 2},
+       {"System.Net.Http", 3},
+       {"System.Numerics.Vectors", 3},
+       {"System.Runtime.InteropServices.RuntimeInformation", 2},
        {"System.Runtime.Remoting", 0},
        {"System.Runtime.Serialization", 3},
+       {"System.Runtime.Serialization.Formatters", 3},
        {"System.Runtime.Serialization.Formatters.Soap", 0},
        {"System.Security", 0},
        {"System.ServiceModel", 3},
+       {"System.ServiceModel.Duplex", 3},
+       {"System.ServiceModel.Http", 3},
+       {"System.ServiceModel.NetTcp", 3},
+       {"System.ServiceModel.Primitives", 3},
+       {"System.ServiceModel.Security", 3},
        {"System.ServiceModel.Web", 2},
        {"System.ServiceProcess", 0},
+       {"System.Text.Encoding.CodePages", 3},
        {"System.Transactions", 0},
        {"System.Web", 0},
        {"System.Web.Abstractions", 2},
@@ -156,6 +167,8 @@ static const AssemblyVersionMap framework_assemblies [] = {
        {"System.Windows.Forms", 0},
        {"System.Xml", 0},
        {"System.Xml.Linq", 2},
+       {"System.Xml.ReaderWriter", 3},
+       {"System.Xml.XPath.XmlDocument", 3},
        {"WindowsBase", 3},
        {"mscorlib", 0}
 };