Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tools / corcompare / gen-infos.rb
index 25ebbf497c166b2ff4562a952eefa56366661c6d..e87bb7fe40aa5916ed579be9b901e950ecc22b30 100755 (executable)
@@ -110,6 +110,7 @@ $net_3_5 = [
        "System",
        "System.AddIn",
        "System.AddIn.Contract",
+       "System.ComponentModel.DataAnnotations",
        "System.Configuration",
        "System.Core",
        "System.Configuration.Install",
@@ -265,7 +266,7 @@ $net_4_0 = [
        "System.WorkflowServices",
        "System.Xaml",
        "System.Xaml.Hosting",
-       "System.XML",
+       "System.Xml",
        "System.Xml.Linq",
 
        "WindowsBase",
@@ -392,7 +393,7 @@ $net_4_5 = [
        "System.WorkflowServices",
        "System.Xaml",
        "System.Xaml.Hosting",
-       "System.XML",
+       "System.Xml",
        "System.Xml.Linq"
 ]
 
@@ -516,7 +517,6 @@ end
 
 delete("*.tar.gz")
 
-process("1.1", $net_1_1, [$fx1_1])
 process("2.0", $net_2_0, [$fx2_0])
 process("3.0", $net_3_0, [$fx3_0, $fx2_0])
 process("3.5", $net_3_5, [$fx3_5, $fx2_0])