diff --git a/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/Project.csproj b/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/Project.csproj
new file mode 100644
index 00000000000..c02dc5044e7
--- /dev/null
+++ b/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/Project.csproj
@@ -0,0 +1,8 @@
+
+
+
+ Library
+ net6.0
+
+
+
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs b/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs
new file mode 100644
index 00000000000..9987282ed59
--- /dev/null
+++ b/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs
@@ -0,0 +1,18 @@
+//
+using System;
+using System.Runtime.InteropServices;
+
+public class Program
+{
+ public static void MethodWithOptionalAttribute([Optional] string str)
+ {
+ Console.WriteLine($"str is null: {str == null}");
+ }
+
+ public static void Main()
+ {
+ MethodWithOptionalAttribute(); // str is null: True
+ MethodWithOptionalAttribute("abc"); // str is null: False
+ }
+}
+//
\ No newline at end of file
diff --git a/xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml b/xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml
index b16d8ffac07..db4c191242c 100644
--- a/xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml
+++ b/xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml
@@ -328,7 +328,6 @@
Microsoft.Extensions.Configuration
6.0.0.0
- 7.0.0.0
System.Collections.Generic.IList<Microsoft.Extensions.Configuration.IConfigurationSource>
diff --git a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderExtensions.xml b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderExtensions.xml
index a36585b8776..6aa590d47d4 100644
--- a/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderExtensions.xml
+++ b/xml/Microsoft.Extensions.DependencyInjection/OptionsBuilderExtensions.xml
@@ -45,7 +45,6 @@
Microsoft.Extensions.Hosting
6.0.0.0
7.0.0.0
- 8.0.0.0
Microsoft.Extensions.Options
diff --git a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml
index 4db80175b82..af74442d5c9 100644
--- a/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml
+++ b/xml/Microsoft.Extensions.DependencyInjection/ServiceCollection.xml
@@ -95,7 +95,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -130,7 +129,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -169,7 +167,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -213,7 +210,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -257,7 +253,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -296,7 +291,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -336,7 +330,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -379,7 +372,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -423,7 +415,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -462,7 +453,6 @@
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -538,7 +528,6 @@ After the collection is marked as read-only, any further attempt to modify it th
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -582,7 +571,6 @@ After the collection is marked as read-only, any further attempt to modify it th
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -624,7 +612,6 @@ After the collection is marked as read-only, any further attempt to modify it th
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
@@ -665,7 +652,6 @@ After the collection is marked as read-only, any further attempt to modify it th
3.0.0.0
3.1.0.0
5.0.0.0
- 6.0.0.0
Microsoft.Extensions.DependencyInjection.Abstractions
diff --git a/xml/Microsoft.Extensions.Hosting/SystemdHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/SystemdHostBuilderExtensions.xml
index f6cc26511d6..808436cc702 100644
--- a/xml/Microsoft.Extensions.Hosting/SystemdHostBuilderExtensions.xml
+++ b/xml/Microsoft.Extensions.Hosting/SystemdHostBuilderExtensions.xml
@@ -46,7 +46,7 @@
Microsoft.Extensions.DependencyInjection.IServiceCollection
-
+
To be added.
diff --git a/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml b/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml
index 9127a3b04c7..7a6a06d56c4 100644
--- a/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml
+++ b/xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml
@@ -46,7 +46,7 @@
Microsoft.Extensions.DependencyInjection.IServiceCollection
-
+
To be added.
@@ -71,7 +71,7 @@
Microsoft.Extensions.DependencyInjection.IServiceCollection
-
+
@@ -126,7 +126,7 @@
Microsoft.Extensions.Hosting.IHostBuilder
-
+
diff --git a/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml b/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml
index 3f62b974ad2..7c8afe7c8c8 100644
--- a/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml
+++ b/xml/Microsoft.Extensions.Logging/ILoggingBuilder.xml
@@ -55,7 +55,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
Microsoft.Extensions.Logging.Abstractions
diff --git a/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml b/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml
index 9d45f6a5099..01715944c61 100644
--- a/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml
+++ b/xml/Microsoft.Extensions.Primitives/InplaceStringBuilder.xml
@@ -67,7 +67,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -94,7 +93,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -125,7 +123,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -162,7 +159,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -200,7 +196,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -237,7 +232,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
@@ -266,7 +260,6 @@
2.2.0.0
3.0.0.0
3.1.0.0
- 5.0.0.0
8.0.0.0
diff --git a/xml/Microsoft.JScript/JScriptException.xml b/xml/Microsoft.JScript/JScriptException.xml
index b0781d0437d..1510d02ab9d 100644
--- a/xml/Microsoft.JScript/JScriptException.xml
+++ b/xml/Microsoft.JScript/JScriptException.xml
@@ -515,8 +515,6 @@
Microsoft.JScript
- 7.0.5000.0
- 8.0.0.0
10.0.0.0
@@ -551,8 +549,6 @@
Microsoft.JScript
- 7.0.5000.0
- 8.0.0.0
10.0.0.0
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeNCryptHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeNCryptHandle.xml
index 0de21843d4a..33e0b3c2e82 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeNCryptHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeNCryptHandle.xml
@@ -86,7 +86,6 @@ Each open handle object can be thought of as being in one of three states:
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -131,7 +130,6 @@ Each open handle object can be thought of as being in one of three states:
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -187,7 +185,6 @@ Each open handle object can be thought of as being in one of three states:
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -223,7 +220,6 @@ Each open handle object can be thought of as being in one of three states:
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -282,7 +278,6 @@ An instance that was constructed with a parentHandle value will only call Danger
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeNCryptKeyHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeNCryptKeyHandle.xml
index 31b9447685f..cb855291e4d 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeNCryptKeyHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeNCryptKeyHandle.xml
@@ -74,7 +74,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -122,7 +121,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -178,7 +176,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeNCryptProviderHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeNCryptProviderHandle.xml
index 1ca02c76d0f..ce03f4799ba 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeNCryptProviderHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeNCryptProviderHandle.xml
@@ -74,7 +74,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -123,7 +122,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeNCryptSecretHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeNCryptSecretHandle.xml
index 560b2e46191..a62dc9cb18b 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeNCryptSecretHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeNCryptSecretHandle.xml
@@ -74,7 +74,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -123,7 +122,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeRegistryHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeRegistryHandle.xml
index aa3de128e34..e611b22b23d 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeRegistryHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeRegistryHandle.xml
@@ -137,7 +137,6 @@
4.1.1.0
4.1.2.0
4.1.3.0
- 5.0.0.0
diff --git a/xml/Microsoft.Win32.SafeHandles/SafeX509ChainHandle.xml b/xml/Microsoft.Win32.SafeHandles/SafeX509ChainHandle.xml
index ebecd847f6d..ff645450ade 100644
--- a/xml/Microsoft.Win32.SafeHandles/SafeX509ChainHandle.xml
+++ b/xml/Microsoft.Win32.SafeHandles/SafeX509ChainHandle.xml
@@ -101,7 +101,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -180,7 +179,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/Microsoft.Win32/FileDialog.xml b/xml/Microsoft.Win32/FileDialog.xml
index eb16b020272..4180ce468bc 100644
--- a/xml/Microsoft.Win32/FileDialog.xml
+++ b/xml/Microsoft.Win32/FileDialog.xml
@@ -43,7 +43,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
diff --git a/xml/System.Buffers.Text/Base64.xml b/xml/System.Buffers.Text/Base64.xml
index c5c9ad1994a..6ff44bb7dad 100644
--- a/xml/System.Buffers.Text/Base64.xml
+++ b/xml/System.Buffers.Text/Base64.xml
@@ -54,7 +54,6 @@
4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -115,7 +114,6 @@ The return value can be as follows:
4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -168,7 +166,6 @@ This method cannot return the 4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -230,7 +227,6 @@ This method cannot return 4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -286,7 +282,6 @@ This method cannot return 4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -327,7 +322,6 @@ This method cannot return 4.2.1.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Collections.Generic/KeyedByTypeCollection`1.xml b/xml/System.Collections.Generic/KeyedByTypeCollection`1.xml
index 0edd6e8e85b..ad2c266d29d 100644
--- a/xml/System.Collections.Generic/KeyedByTypeCollection`1.xml
+++ b/xml/System.Collections.Generic/KeyedByTypeCollection`1.xml
@@ -77,9 +77,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -107,9 +104,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -142,9 +136,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -186,9 +177,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -230,9 +218,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -274,9 +259,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -316,9 +298,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -360,9 +339,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -409,9 +385,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.Collections.Generic/SynchronizedCollection`1.xml b/xml/System.Collections.Generic/SynchronizedCollection`1.xml
index a83dd4a5a7a..162daf1b52d 100644
--- a/xml/System.Collections.Generic/SynchronizedCollection`1.xml
+++ b/xml/System.Collections.Generic/SynchronizedCollection`1.xml
@@ -99,9 +99,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -129,9 +126,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -171,9 +165,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -208,9 +199,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -284,9 +272,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -325,9 +310,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -358,9 +340,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -394,9 +373,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -436,9 +412,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -477,9 +450,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -513,9 +483,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -550,9 +517,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -591,9 +555,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -638,9 +599,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -688,9 +646,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -726,9 +681,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -768,9 +720,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -817,9 +766,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -861,9 +807,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -898,9 +841,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -937,9 +877,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -979,9 +916,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1024,9 +958,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1065,9 +996,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1110,9 +1038,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1153,9 +1078,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1198,9 +1120,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1245,9 +1164,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1288,9 +1204,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1328,9 +1241,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1378,9 +1288,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1423,9 +1330,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1468,9 +1372,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1510,9 +1411,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProvider.xml b/xml/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProvider.xml
index 6985383126f..04d8128c66e 100644
--- a/xml/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProvider.xml
+++ b/xml/System.ComponentModel.DataAnnotations/AssociatedMetadataTypeTypeDescriptionProvider.xml
@@ -74,7 +74,6 @@
System.ComponentModel.Annotations
- 4.2.0.0
4.3.0.0
4.3.1.0
5.0.0.0
@@ -107,7 +106,6 @@
System.ComponentModel.Annotations
- 4.2.0.0
4.3.0.0
4.3.1.0
5.0.0.0
@@ -151,7 +149,6 @@
System.ComponentModel.Annotations
- 4.2.0.0
4.3.0.0
4.3.1.0
5.0.0.0
diff --git a/xml/System.ComponentModel.DataAnnotations/MetadataTypeAttribute.xml b/xml/System.ComponentModel.DataAnnotations/MetadataTypeAttribute.xml
index 4e9401a5be0..18faab379d2 100644
--- a/xml/System.ComponentModel.DataAnnotations/MetadataTypeAttribute.xml
+++ b/xml/System.ComponentModel.DataAnnotations/MetadataTypeAttribute.xml
@@ -97,7 +97,6 @@
System.ComponentModel.Annotations
- 4.2.0.0
4.3.0.0
4.3.1.0
5.0.0.0
@@ -155,7 +154,6 @@
System.ComponentModel.Annotations
- 4.2.0.0
4.3.0.0
4.3.1.0
5.0.0.0
diff --git a/xml/System.ComponentModel.Design/DesignerVerbCollection.xml b/xml/System.ComponentModel.Design/DesignerVerbCollection.xml
index c102c6c9a58..1e78721f8a1 100644
--- a/xml/System.ComponentModel.Design/DesignerVerbCollection.xml
+++ b/xml/System.ComponentModel.Design/DesignerVerbCollection.xml
@@ -675,7 +675,6 @@
4.2.1.0
4.2.2.0
5.0.0.0
- 6.0.0.0
System.Void
@@ -719,7 +718,6 @@
4.2.1.0
4.2.2.0
5.0.0.0
- 6.0.0.0
System.Void
@@ -768,7 +766,6 @@
4.2.1.0
4.2.2.0
5.0.0.0
- 6.0.0.0
System.Void
@@ -817,7 +814,6 @@
4.2.1.0
4.2.2.0
5.0.0.0
- 6.0.0.0
System.Void
diff --git a/xml/System.ComponentModel/CollectionConverter.xml b/xml/System.ComponentModel/CollectionConverter.xml
index f2603651d76..9f49263d463 100644
--- a/xml/System.ComponentModel/CollectionConverter.xml
+++ b/xml/System.ComponentModel/CollectionConverter.xml
@@ -283,7 +283,6 @@
4.2.1.0
4.2.2.0
5.0.0.0
- 6.0.0.0
System
diff --git a/xml/System.Data.Odbc/OdbcConnection.xml b/xml/System.Data.Odbc/OdbcConnection.xml
index 441e9c8140a..3006b3e5a8d 100644
--- a/xml/System.Data.Odbc/OdbcConnection.xml
+++ b/xml/System.Data.Odbc/OdbcConnection.xml
@@ -1060,7 +1060,6 @@ driver-defined-attribute-keyword ::= identifier
System.Data.Odbc
- 4.0.0.0
5.0.0.0
6.0.0.0
7.0.0.0
@@ -1092,7 +1091,6 @@ driver-defined-attribute-keyword ::= identifier
System.Data.Odbc
- 4.0.0.0
5.0.0.0
6.0.0.0
7.0.0.0
@@ -1138,7 +1136,6 @@ driver-defined-attribute-keyword ::= identifier
System.Data.Odbc
- 4.0.0.0
5.0.0.0
6.0.0.0
7.0.0.0
diff --git a/xml/System.Drawing.Printing/MarginsConverter.xml b/xml/System.Drawing.Printing/MarginsConverter.xml
index 0df50bec251..bb9450d7916 100644
--- a/xml/System.Drawing.Printing/MarginsConverter.xml
+++ b/xml/System.Drawing.Printing/MarginsConverter.xml
@@ -83,7 +83,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -124,7 +123,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -191,7 +189,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -253,7 +250,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -319,7 +315,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -387,7 +382,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -455,7 +449,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/BufferedGraphics.xml b/xml/System.Drawing/BufferedGraphics.xml
index b669bfa8412..5cedfe5af43 100644
--- a/xml/System.Drawing/BufferedGraphics.xml
+++ b/xml/System.Drawing/BufferedGraphics.xml
@@ -155,7 +155,6 @@
4.0.0.1
4.0.1.0
4.0.2.0
- 5.0.0.0
System.Void
diff --git a/xml/System.Drawing/ColorTranslator.xml b/xml/System.Drawing/ColorTranslator.xml
index c43b4e735eb..abc99a5e3a1 100644
--- a/xml/System.Drawing/ColorTranslator.xml
+++ b/xml/System.Drawing/ColorTranslator.xml
@@ -76,7 +76,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -136,7 +135,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -189,7 +187,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -248,7 +245,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -306,7 +302,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -359,7 +354,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
diff --git a/xml/System.Drawing/FontConverter+FontNameConverter.xml b/xml/System.Drawing/FontConverter+FontNameConverter.xml
index f68283d5c67..95ee501d0d9 100644
--- a/xml/System.Drawing/FontConverter+FontNameConverter.xml
+++ b/xml/System.Drawing/FontConverter+FontNameConverter.xml
@@ -73,7 +73,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -108,7 +107,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -162,7 +160,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -223,7 +220,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -272,7 +268,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -328,7 +323,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -378,7 +372,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/FontConverter+FontUnitConverter.xml b/xml/System.Drawing/FontConverter+FontUnitConverter.xml
index 4feaa6fe983..3453a92b27b 100644
--- a/xml/System.Drawing/FontConverter+FontUnitConverter.xml
+++ b/xml/System.Drawing/FontConverter+FontUnitConverter.xml
@@ -63,7 +63,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -98,7 +97,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/FontConverter.xml b/xml/System.Drawing/FontConverter.xml
index caf8b6871fb..f5e8d5e6019 100644
--- a/xml/System.Drawing/FontConverter.xml
+++ b/xml/System.Drawing/FontConverter.xml
@@ -83,7 +83,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -131,7 +130,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -181,7 +179,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -244,7 +241,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -304,7 +300,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -372,7 +367,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -453,7 +447,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -502,7 +495,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -573,7 +565,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/IconConverter.xml b/xml/System.Drawing/IconConverter.xml
index 2b34219c6e8..7cf8344b736 100644
--- a/xml/System.Drawing/IconConverter.xml
+++ b/xml/System.Drawing/IconConverter.xml
@@ -74,7 +74,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -114,7 +113,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -177,7 +175,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -234,7 +231,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -287,7 +283,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/ImageConverter.xml b/xml/System.Drawing/ImageConverter.xml
index b09553d81c4..45908b92f1e 100644
--- a/xml/System.Drawing/ImageConverter.xml
+++ b/xml/System.Drawing/ImageConverter.xml
@@ -67,7 +67,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -102,7 +101,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -152,7 +150,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -210,7 +207,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -263,7 +259,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -325,7 +320,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -390,7 +384,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/ImageFormatConverter.xml b/xml/System.Drawing/ImageFormatConverter.xml
index 253151dd556..8f6f2913f63 100644
--- a/xml/System.Drawing/ImageFormatConverter.xml
+++ b/xml/System.Drawing/ImageFormatConverter.xml
@@ -80,7 +80,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -128,7 +127,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -191,7 +189,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -249,7 +246,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -310,7 +306,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -376,7 +371,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
@@ -430,7 +424,6 @@
System.Windows.Extensions
4.0.0.0
4.0.1.0
- 5.0.0.0
System.Drawing.Common
diff --git a/xml/System.Drawing/SystemColors.xml b/xml/System.Drawing/SystemColors.xml
index 506cc5a6159..6a7eafaed71 100644
--- a/xml/System.Drawing/SystemColors.xml
+++ b/xml/System.Drawing/SystemColors.xml
@@ -82,7 +82,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -120,7 +119,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -158,7 +156,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -196,7 +193,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -240,7 +236,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -277,7 +272,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -321,7 +315,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -366,7 +359,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -410,7 +402,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -455,7 +446,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -500,7 +490,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -545,7 +534,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -590,7 +578,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -628,7 +615,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -665,7 +651,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -702,7 +687,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -740,7 +724,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -785,7 +768,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -830,7 +812,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -875,7 +856,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -920,7 +900,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -958,7 +937,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -996,7 +974,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1034,7 +1011,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1072,7 +1048,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1110,7 +1085,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1147,7 +1121,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1184,7 +1157,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1222,7 +1194,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1260,7 +1231,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1298,7 +1268,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1336,7 +1305,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
@@ -1374,7 +1342,6 @@
System.Drawing.Common
4.0.0.0
4.0.0.1
- 4.0.1.0
System.Drawing.Primitives
diff --git a/xml/System.IO.Enumeration/FileSystemEntry.xml b/xml/System.IO.Enumeration/FileSystemEntry.xml
index f46964f3b63..c456ebed50e 100644
--- a/xml/System.IO.Enumeration/FileSystemEntry.xml
+++ b/xml/System.IO.Enumeration/FileSystemEntry.xml
@@ -63,7 +63,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -97,7 +96,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -131,7 +129,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -171,7 +168,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -205,7 +201,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -240,7 +235,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -275,7 +269,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -309,7 +302,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -343,7 +335,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -377,7 +368,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -417,7 +407,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -457,7 +446,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -498,7 +486,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -539,7 +526,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml b/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml
index 22628eb73ec..040a35e86c3 100644
--- a/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml
+++ b/xml/System.IO.Enumeration/FileSystemEnumerable`1.xml
@@ -81,7 +81,6 @@ The following example shows how to use the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -142,7 +141,6 @@ The following example shows how to use the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -184,7 +182,6 @@ The following example shows how to use the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -225,7 +222,6 @@ The following example shows how to use the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -268,7 +264,6 @@ The following example shows how to use the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml b/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml
index c820b05150a..f18ee628483 100644
--- a/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml
+++ b/xml/System.IO.Enumeration/FileSystemEnumerator`1.xml
@@ -74,7 +74,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -123,7 +122,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -165,7 +163,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -212,7 +209,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -246,7 +242,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -287,7 +282,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -323,7 +317,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -363,7 +356,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -405,7 +397,6 @@ As described in the remarks for , the `Rese
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -444,7 +435,6 @@ As described in the remarks for , the `Rese
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -487,7 +477,6 @@ As described in the remarks for , the `Rese
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -535,7 +524,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO.Enumeration/FileSystemName.xml b/xml/System.IO.Enumeration/FileSystemName.xml
index 2e63a2734f3..4a2c881b3cf 100644
--- a/xml/System.IO.Enumeration/FileSystemName.xml
+++ b/xml/System.IO.Enumeration/FileSystemName.xml
@@ -52,7 +52,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -95,7 +94,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -150,7 +148,6 @@ Matching will not correspond to Win32 behavior unless you transform the expressi
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO.IsolatedStorage/IsolatedStorageFile.xml b/xml/System.IO.IsolatedStorage/IsolatedStorageFile.xml
index 8d8ae05f54e..266c3136b7e 100644
--- a/xml/System.IO.IsolatedStorage/IsolatedStorageFile.xml
+++ b/xml/System.IO.IsolatedStorage/IsolatedStorageFile.xml
@@ -937,7 +937,6 @@
4.1.0.0
4.1.1.0
4.1.2.0
- 5.0.0.0
netstandard
diff --git a/xml/System.IO/Directory.xml b/xml/System.IO/Directory.xml
index 7a25a442b48..896bf855c6f 100644
--- a/xml/System.IO/Directory.xml
+++ b/xml/System.IO/Directory.xml
@@ -165,7 +165,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -526,7 +525,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -637,7 +635,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -761,7 +758,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -836,7 +832,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -931,7 +926,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1017,7 +1011,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1129,7 +1122,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1210,7 +1202,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1311,7 +1302,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1402,7 +1392,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1520,7 +1509,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1588,7 +1576,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1682,7 +1669,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1780,7 +1766,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1882,7 +1867,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2118,7 +2102,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2211,7 +2194,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2298,7 +2280,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2386,7 +2367,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2478,7 +2458,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2580,7 +2559,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2668,7 +2646,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2773,7 +2750,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2869,7 +2845,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2960,7 +2935,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3066,7 +3040,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3161,7 +3134,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3277,7 +3249,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3366,7 +3337,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3473,7 +3443,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3565,7 +3534,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3667,7 +3635,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3761,7 +3728,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3849,7 +3815,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3940,7 +3905,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4037,7 +4001,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -4102,7 +4065,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4196,7 +4158,6 @@ The returned collection is not cached. Each call to the 4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4447,7 +4408,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4529,7 +4489,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4609,7 +4568,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4700,7 +4658,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4784,7 +4741,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4874,7 +4830,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4961,7 +4916,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IO/DirectoryInfo.xml b/xml/System.IO/DirectoryInfo.xml
index 4f15e70d430..9523278ed49 100644
--- a/xml/System.IO/DirectoryInfo.xml
+++ b/xml/System.IO/DirectoryInfo.xml
@@ -137,7 +137,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -229,7 +228,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -388,7 +386,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -564,7 +561,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -647,7 +643,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -750,7 +745,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -844,7 +838,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -938,7 +931,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1028,7 +1020,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1148,7 +1139,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1250,7 +1240,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1355,7 +1344,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1447,7 +1435,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1569,7 +1556,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1653,7 +1639,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1748,7 +1733,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1838,7 +1822,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1940,7 +1923,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2190,7 +2172,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2281,7 +2262,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2379,7 +2359,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2460,7 +2439,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2578,7 +2556,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2678,7 +2655,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2806,7 +2782,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2916,7 +2891,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3061,7 +3035,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3153,7 +3126,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3262,7 +3234,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3351,7 +3322,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3446,7 +3416,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3543,7 +3512,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3614,7 +3582,6 @@ namespace ConsoleApp
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3704,7 +3671,6 @@ The following example refers to the parent directory of a specified directory.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3850,7 +3816,6 @@ The following example refers to the parent directory of a specified directory.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IO/EnumerationOptions.xml b/xml/System.IO/EnumerationOptions.xml
index 863703aff33..46a46fc9396 100644
--- a/xml/System.IO/EnumerationOptions.xml
+++ b/xml/System.IO/EnumerationOptions.xml
@@ -52,7 +52,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -83,7 +82,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -117,7 +115,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -163,7 +160,6 @@ The suggested buffer size will not be used if it has no meaning for the native A
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -198,7 +194,6 @@ The suggested buffer size will not be used if it has no meaning for the native A
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -241,7 +236,6 @@ The default is to match platform defaults, which are gleaned from the case sensi
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -322,7 +316,6 @@ If is set to a negative nu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -357,7 +350,6 @@ If is set to a negative nu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml
index 6c1e3006a6b..e04f5cdda62 100644
--- a/xml/System.IO/File.xml
+++ b/xml/System.IO/File.xml
@@ -149,7 +149,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -241,7 +240,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -333,7 +331,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -379,7 +376,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -441,7 +437,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -545,7 +540,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -648,7 +642,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -702,7 +695,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -760,7 +752,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -861,7 +852,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -962,7 +952,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1084,7 +1073,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1187,7 +1175,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1290,7 +1277,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1506,7 +1492,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1611,7 +1596,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -1708,7 +1692,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1819,7 +1802,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -1918,7 +1900,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2206,7 +2187,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2328,7 +2308,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2453,7 +2432,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2576,7 +2554,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2702,7 +2679,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2818,7 +2794,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2944,7 +2919,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3110,7 +3084,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3217,7 +3190,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3323,7 +3295,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3477,7 +3448,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3585,7 +3555,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3762,7 +3731,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3857,7 +3825,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -3946,7 +3913,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4042,7 +4008,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4123,7 +4088,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4180,7 +4144,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4280,7 +4243,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4379,7 +4341,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4423,7 +4384,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4482,7 +4442,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4586,7 +4545,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4689,7 +4647,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4733,7 +4690,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4792,7 +4748,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -4901,7 +4856,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -5095,7 +5049,6 @@ The following example moves a file.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -5210,7 +5163,6 @@ The caller does not have the required permission.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -5524,7 +5476,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -5667,7 +5618,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -5783,7 +5733,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -5905,7 +5854,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6028,7 +5976,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6147,7 +6094,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6270,7 +6216,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6439,7 +6384,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6525,7 +6469,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6584,7 +6527,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6695,7 +6637,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -6785,7 +6726,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -6891,7 +6831,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -6978,7 +6917,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -7024,7 +6962,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -7086,7 +7023,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -7194,7 +7130,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -7299,7 +7234,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -7353,7 +7287,6 @@ It is not possible to change the compression status of a o
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IO/FileInfo.xml b/xml/System.IO/FileInfo.xml
index 43e54674331..f0fe96d0831 100644
--- a/xml/System.IO/FileInfo.xml
+++ b/xml/System.IO/FileInfo.xml
@@ -161,7 +161,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -243,7 +242,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -327,7 +325,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -415,7 +412,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -506,7 +502,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -586,7 +581,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -671,7 +665,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -748,7 +741,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -832,7 +824,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -913,7 +904,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1002,7 +992,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -1079,7 +1068,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1282,7 +1270,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1365,7 +1352,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1456,7 +1442,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1539,7 +1524,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1614,7 +1598,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1690,7 +1673,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1807,7 +1789,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1887,7 +1868,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1969,7 +1949,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2045,7 +2024,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2119,7 +2097,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -2217,7 +2194,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -2313,7 +2289,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -2483,7 +2458,6 @@ The following example demonstrates moving a file to a different location and ren
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IO/FileSystemInfo.xml b/xml/System.IO/FileSystemInfo.xml
index 8108b975aaf..1ff6fd69add 100644
--- a/xml/System.IO/FileSystemInfo.xml
+++ b/xml/System.IO/FileSystemInfo.xml
@@ -141,7 +141,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -204,7 +203,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -261,7 +259,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -421,7 +418,6 @@ An I/O error occurred.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -519,7 +515,6 @@ On Unix platforms that do not support creation or birth time, this property retu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -614,7 +609,6 @@ On Unix platforms that do not support creation or birth time, this property retu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -665,7 +659,6 @@ On Unix platforms that do not support creation or birth time, this property retu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -722,7 +715,6 @@ On Unix platforms that do not support creation or birth time, this property retu
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -796,7 +788,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -871,7 +862,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -938,7 +928,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
System.Runtime
@@ -1005,7 +994,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1099,7 +1087,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1191,7 +1178,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1283,7 +1269,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1417,7 +1402,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1475,7 +1459,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1530,7 +1513,6 @@ The `Extension` property returns the extension,
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -1653,7 +1635,6 @@ There are too many levels of symbolic links.
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IO/MatchCasing.xml b/xml/System.IO/MatchCasing.xml
index 50a47252e4c..8b733eb43fc 100644
--- a/xml/System.IO/MatchCasing.xml
+++ b/xml/System.IO/MatchCasing.xml
@@ -52,7 +52,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -85,7 +84,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -118,7 +116,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO/MatchType.xml b/xml/System.IO/MatchType.xml
index c35aa9d8df8..b8956756828 100644
--- a/xml/System.IO/MatchType.xml
+++ b/xml/System.IO/MatchType.xml
@@ -52,7 +52,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
@@ -89,7 +88,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
netstandard
diff --git a/xml/System.IO/SearchOption.xml b/xml/System.IO/SearchOption.xml
index 8eacef6977d..029279e584c 100644
--- a/xml/System.IO/SearchOption.xml
+++ b/xml/System.IO/SearchOption.xml
@@ -92,7 +92,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
@@ -135,7 +134,6 @@
4.1.1.0
4.1.2.0
5.0.0.0
- 6.0.0.0
mscorlib
diff --git a/xml/System.IdentityModel.Selectors/SecurityTokenManager.xml b/xml/System.IdentityModel.Selectors/SecurityTokenManager.xml
index f9a424c1503..943f3c847f0 100644
--- a/xml/System.IdentityModel.Selectors/SecurityTokenManager.xml
+++ b/xml/System.IdentityModel.Selectors/SecurityTokenManager.xml
@@ -52,9 +52,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -85,9 +82,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -138,9 +132,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -182,9 +173,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Selectors/SecurityTokenProvider.xml b/xml/System.IdentityModel.Selectors/SecurityTokenProvider.xml
index 1628d3f393f..6824904af90 100644
--- a/xml/System.IdentityModel.Selectors/SecurityTokenProvider.xml
+++ b/xml/System.IdentityModel.Selectors/SecurityTokenProvider.xml
@@ -63,9 +63,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -91,9 +88,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -144,9 +138,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -199,9 +190,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -248,9 +236,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -304,9 +289,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -362,9 +344,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -414,9 +393,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -454,9 +430,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -502,9 +475,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -544,9 +514,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -594,9 +561,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -640,9 +604,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -685,9 +646,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -727,9 +685,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -771,9 +726,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -813,9 +765,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -857,9 +806,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -898,9 +844,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -946,9 +889,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -993,9 +933,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1046,9 +983,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1089,9 +1023,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1142,9 +1073,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1187,9 +1115,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1237,9 +1162,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1276,9 +1198,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Selectors/SecurityTokenRequirement.xml b/xml/System.IdentityModel.Selectors/SecurityTokenRequirement.xml
index 81e0b3b25ad..9337de54b0a 100644
--- a/xml/System.IdentityModel.Selectors/SecurityTokenRequirement.xml
+++ b/xml/System.IdentityModel.Selectors/SecurityTokenRequirement.xml
@@ -69,9 +69,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -102,9 +99,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -420,9 +414,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -520,9 +511,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -601,9 +589,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Selectors/SecurityTokenSerializer.xml b/xml/System.IdentityModel.Selectors/SecurityTokenSerializer.xml
index 8d50a0eaf31..cbc1040f31d 100644
--- a/xml/System.IdentityModel.Selectors/SecurityTokenSerializer.xml
+++ b/xml/System.IdentityModel.Selectors/SecurityTokenSerializer.xml
@@ -50,9 +50,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -78,9 +75,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +117,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -168,9 +159,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -213,9 +201,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -258,9 +243,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -303,9 +285,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -348,9 +327,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -393,9 +369,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -438,9 +411,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -483,9 +453,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -528,9 +495,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -573,9 +537,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -618,9 +579,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -662,9 +620,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -706,9 +661,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -750,9 +702,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -794,9 +743,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -844,9 +790,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -894,9 +837,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -943,9 +883,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -992,9 +929,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1041,9 +975,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1090,9 +1021,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1139,9 +1067,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Selectors/SecurityTokenVersion.xml b/xml/System.IdentityModel.Selectors/SecurityTokenVersion.xml
index 922f46057a7..80643842223 100644
--- a/xml/System.IdentityModel.Selectors/SecurityTokenVersion.xml
+++ b/xml/System.IdentityModel.Selectors/SecurityTokenVersion.xml
@@ -54,9 +54,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -82,9 +79,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Selectors/X509CertificateValidator.xml b/xml/System.IdentityModel.Selectors/X509CertificateValidator.xml
index 1f6559c0994..191e96cd069 100644
--- a/xml/System.IdentityModel.Selectors/X509CertificateValidator.xml
+++ b/xml/System.IdentityModel.Selectors/X509CertificateValidator.xml
@@ -74,9 +74,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -379,9 +376,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/GenericXmlSecurityToken.xml b/xml/System.IdentityModel.Tokens/GenericXmlSecurityToken.xml
index ba51861aeb4..06802b883e0 100644
--- a/xml/System.IdentityModel.Tokens/GenericXmlSecurityToken.xml
+++ b/xml/System.IdentityModel.Tokens/GenericXmlSecurityToken.xml
@@ -56,9 +56,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -282,9 +279,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -445,9 +439,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -565,9 +556,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -608,9 +596,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SecurityKey.xml b/xml/System.IdentityModel.Tokens/SecurityKey.xml
index 1fd2bfee998..e12480419c5 100644
--- a/xml/System.IdentityModel.Tokens/SecurityKey.xml
+++ b/xml/System.IdentityModel.Tokens/SecurityKey.xml
@@ -258,9 +258,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SecurityKeyIdentifier.xml b/xml/System.IdentityModel.Tokens/SecurityKeyIdentifier.xml
index 5436c1b0fd1..1991ef9b5d6 100644
--- a/xml/System.IdentityModel.Tokens/SecurityKeyIdentifier.xml
+++ b/xml/System.IdentityModel.Tokens/SecurityKeyIdentifier.xml
@@ -66,9 +66,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -99,9 +96,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -153,9 +147,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -192,9 +183,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -224,9 +212,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -255,9 +240,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -295,9 +277,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -341,9 +320,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -373,9 +349,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -415,9 +388,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -458,9 +428,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -499,9 +466,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -539,9 +503,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -583,9 +544,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SecurityKeyIdentifierClause.xml b/xml/System.IdentityModel.Tokens/SecurityKeyIdentifierClause.xml
index 6381268a7c7..e3eb5babe4e 100644
--- a/xml/System.IdentityModel.Tokens/SecurityKeyIdentifierClause.xml
+++ b/xml/System.IdentityModel.Tokens/SecurityKeyIdentifierClause.xml
@@ -60,9 +60,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -103,9 +100,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +143,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -188,9 +179,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -219,9 +207,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -258,9 +243,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -296,9 +278,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -335,9 +314,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -378,9 +354,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SecurityKeyType.xml b/xml/System.IdentityModel.Tokens/SecurityKeyType.xml
index e3feccaae41..b342b7bdd04 100644
--- a/xml/System.IdentityModel.Tokens/SecurityKeyType.xml
+++ b/xml/System.IdentityModel.Tokens/SecurityKeyType.xml
@@ -66,9 +66,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -99,9 +96,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -132,9 +126,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SecurityToken.xml b/xml/System.IdentityModel.Tokens/SecurityToken.xml
index 5525135176a..84cbcc580a9 100644
--- a/xml/System.IdentityModel.Tokens/SecurityToken.xml
+++ b/xml/System.IdentityModel.Tokens/SecurityToken.xml
@@ -103,9 +103,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -130,9 +127,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -180,9 +174,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -230,9 +221,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -284,9 +272,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -333,9 +318,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -383,9 +365,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -433,9 +412,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -484,9 +460,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml b/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml
index e82aedac9f8..3a41ba8f477 100644
--- a/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml
+++ b/xml/System.IdentityModel.Tokens/SymmetricSecurityKey.xml
@@ -50,9 +50,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -270,9 +267,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -312,9 +306,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.Json/JsonObject.xml b/xml/System.Json/JsonObject.xml
index 917cc97d154..efc6353f9c9 100644
--- a/xml/System.Json/JsonObject.xml
+++ b/xml/System.Json/JsonObject.xml
@@ -641,9 +641,6 @@
System.Json
2.0.5.0
- 2.0.6.0
- 2.0.7.0
- 2.0.8.0
4.0.0.0
@@ -680,9 +677,6 @@
System.Json
2.0.5.0
- 2.0.6.0
- 2.0.7.0
- 2.0.8.0
4.0.0.0
@@ -715,9 +709,6 @@
System.Json
2.0.5.0
- 2.0.6.0
- 2.0.7.0
- 2.0.8.0
4.0.0.0
diff --git a/xml/System.Net.Mail/SmtpException.xml b/xml/System.Net.Mail/SmtpException.xml
index d7c371b7db2..5359d05aa1d 100644
--- a/xml/System.Net.Mail/SmtpException.xml
+++ b/xml/System.Net.Mail/SmtpException.xml
@@ -595,7 +595,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
netstandard
diff --git a/xml/System.Net.Mail/SmtpFailedRecipientException.xml b/xml/System.Net.Mail/SmtpFailedRecipientException.xml
index f83bf62fc82..4ac8ef8a62d 100644
--- a/xml/System.Net.Mail/SmtpFailedRecipientException.xml
+++ b/xml/System.Net.Mail/SmtpFailedRecipientException.xml
@@ -574,7 +574,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
System.Void
diff --git a/xml/System.Net.Mail/SmtpFailedRecipientsException.xml b/xml/System.Net.Mail/SmtpFailedRecipientsException.xml
index 2faaf369cc4..3fca696c3ee 100644
--- a/xml/System.Net.Mail/SmtpFailedRecipientsException.xml
+++ b/xml/System.Net.Mail/SmtpFailedRecipientsException.xml
@@ -462,7 +462,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
netstandard
diff --git a/xml/System.Net.Quic/QuicError.xml b/xml/System.Net.Quic/QuicError.xml
index e6ac4f691c5..89df500d97b 100644
--- a/xml/System.Net.Quic/QuicError.xml
+++ b/xml/System.Net.Quic/QuicError.xml
@@ -29,7 +29,6 @@
System.Net.Quic
7.0.0.0
- 8.0.0.0
System.Net.Quic.QuicError
@@ -174,7 +173,6 @@
System.Net.Quic
7.0.0.0
- 8.0.0.0
System.Net.Quic.QuicError
@@ -216,7 +214,6 @@
System.Net.Quic
7.0.0.0
- 8.0.0.0
System.Net.Quic.QuicError
@@ -258,7 +255,6 @@
System.Net.Quic
7.0.0.0
- 8.0.0.0
System.Net.Quic.QuicError
diff --git a/xml/System.Net/FtpWebResponse.xml b/xml/System.Net/FtpWebResponse.xml
index 716cdfabd62..a6ee6719af1 100644
--- a/xml/System.Net/FtpWebResponse.xml
+++ b/xml/System.Net/FtpWebResponse.xml
@@ -282,7 +282,6 @@
4.1.0.0
4.1.1.0
4.1.2.0
- 5.0.0.0
netstandard
diff --git a/xml/System.Net/WebHeaderCollection.xml b/xml/System.Net/WebHeaderCollection.xml
index 3d09beaf080..638aa1b079e 100644
--- a/xml/System.Net/WebHeaderCollection.xml
+++ b/xml/System.Net/WebHeaderCollection.xml
@@ -1679,7 +1679,6 @@
4.1.0.0
4.1.1.0
4.1.2.0
- 5.0.0.0
netstandard
diff --git a/xml/System.Reflection.Emit/DynamicILInfo.xml b/xml/System.Reflection.Emit/DynamicILInfo.xml
index 4a27b886f0a..4270b6022cc 100644
--- a/xml/System.Reflection.Emit/DynamicILInfo.xml
+++ b/xml/System.Reflection.Emit/DynamicILInfo.xml
@@ -90,7 +90,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -144,7 +143,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -192,7 +190,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -240,7 +237,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -288,7 +284,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -345,7 +340,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -395,7 +389,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -435,7 +428,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -485,7 +477,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -546,7 +537,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -604,7 +594,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -689,7 +678,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -741,7 +729,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -820,7 +807,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -874,7 +860,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
diff --git a/xml/System.Reflection.Emit/DynamicMethod.xml b/xml/System.Reflection.Emit/DynamicMethod.xml
index 2a2d4a16918..d26fd573554 100644
--- a/xml/System.Reflection.Emit/DynamicMethod.xml
+++ b/xml/System.Reflection.Emit/DynamicMethod.xml
@@ -1360,7 +1360,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
@@ -1603,7 +1602,6 @@
System.Reflection.Emit.Lightweight
- 4.0.3.0
4.1.0.0
4.1.1.0
5.0.0.0
diff --git a/xml/System.Reflection.PortableExecutable/CorHeader.xml b/xml/System.Reflection.PortableExecutable/CorHeader.xml
index 38ef6e2e62a..0a75e32a8e8 100644
--- a/xml/System.Reflection.PortableExecutable/CorHeader.xml
+++ b/xml/System.Reflection.PortableExecutable/CorHeader.xml
@@ -24,8 +24,15 @@
- To be added.
- To be added.
+ Represents the Common Language Infrastructure (CLI) header of the .NET executable image.
+
+ property to get the CLI header.
+
+ ]]>
+
@@ -54,8 +61,8 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
+ Gets the Code Manager Table entry.
+ The Code Manager Table entry.
To be added.
@@ -85,8 +92,8 @@
System.Int32
- To be added.
- To be added.
+ Gets the metadata token of the entry point method of this image.
+ The metadata token of the entry point method.
To be added.
@@ -116,8 +123,8 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
+ Gets the Export Address Table Jumps entry.
+ The Export Address Table Jumps entry.
To be added.
@@ -147,8 +154,8 @@
System.Reflection.PortableExecutable.CorFlags
- To be added.
- To be added.
+ Gets the runtime flags for this image.
+ A bitwise combination of runtime flags.
To be added.
@@ -178,8 +185,8 @@
System.UInt16
- To be added.
- To be added.
+ Gets the major part of the runtime version required to load this image.
+ The major part of the runtime version
To be added.
@@ -209,8 +216,8 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
+ Gets the Managed Native Header entry.
+ The Managed Native Header entry.
To be added.
@@ -240,9 +247,17 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
- To be added.
+ Gets the Metadata entry.
+ The Metadata entry.
+
+
+
@@ -271,8 +286,8 @@
System.UInt16
- To be added.
- To be added.
+ Gets the minor part of the runtime version required to load this image.
+ The minor part of the runtime version.
To be added.
@@ -302,8 +317,8 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
+ Gets the Resources entry.
+ The Resources entry.
To be added.
@@ -333,9 +348,17 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
- To be added.
+ Gets the Strong Name Signature entry.
+ The Strong Name Signature entry.
+
+
+
@@ -364,8 +387,8 @@
System.Reflection.PortableExecutable.DirectoryEntry
- To be added.
- To be added.
+ Gets the VTable Fixups entry.
+ The VTable Fixups entry.
To be added.
diff --git a/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml b/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml
index ea01b604c55..3ee2c150da5 100644
--- a/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml
+++ b/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml
@@ -31,7 +31,7 @@
- To be added.
+ Represents a directory entry in the Portable Executable (PE) image.
To be added.
@@ -61,9 +61,9 @@
- To be added.
- To be added.
- To be added.
+ The Relative Virtual Address of the entry.
+ The size of the entry, in bytes.
+ Instantiates a new instance of the structure.
To be added.
@@ -93,7 +93,7 @@
System.Int32
- To be added.
+ Specifies the address of the entry relative to the base address of the image.
To be added.
@@ -123,7 +123,7 @@
System.Int32
- To be added.
+ Specifies the size of the entry, in bytes.
To be added.
diff --git a/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml b/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml
index e18cbe5d354..f7579bc4e2e 100644
--- a/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml
+++ b/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml
@@ -31,7 +31,7 @@
- To be added.
+ Represents a block of memory in the Portable Executable (PE) image.
To be added.
diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml
index acf35d31bb5..5f72227a2a4 100644
--- a/xml/System.Runtime.CompilerServices/Unsafe.xml
+++ b/xml/System.Runtime.CompilerServices/Unsafe.xml
@@ -118,7 +118,6 @@ Since the `Unsafe` APIs suppress typical type-safety validation, it is up to cal
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -188,7 +187,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -247,7 +245,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -302,7 +299,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
System.Runtime.CompilerServices.Unsafe
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -374,7 +370,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -429,7 +424,6 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s
System.Runtime.CompilerServices.Unsafe
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -503,7 +497,6 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -578,7 +571,6 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -672,7 +664,6 @@ void ReinterpretCastAndUse_Sample2(object o)
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -750,7 +741,6 @@ When casting a managed pointer from a narrower type to a wider type, the caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -823,7 +813,6 @@ Unmanaged pointers are not tracked by the .NET garbage collector. If the origina
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -890,7 +879,6 @@ The caller is responsible for ensuring that the resulting managed pointer is pro
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1040,7 +1028,6 @@ int ComputeSumOfElements(ref readonly int refToFirstElement, nint numElements)
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1123,7 +1110,6 @@ The return value is guaranteed stable if `origin` and `target` point to the same
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1211,7 +1197,6 @@ static void Copy(void* destination, ref T source)
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1295,7 +1280,6 @@ static void Copy(ref T destination, void* source)
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1359,7 +1343,6 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source`
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1420,7 +1403,6 @@ This API corresponds to the `cpblk` opcode. Both the `destination` and `source`
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1482,7 +1464,6 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1542,7 +1523,6 @@ This API corresponds to the `unaligned.1 cpblk` opcode sequence. No alignment as
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1599,7 +1579,6 @@ This API corresponds to the `initblk` opcode. The `startAddress` pointer is assu
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1659,7 +1638,6 @@ This API corresponds to the `initblk` opcode. The `startAddress` pointer is assu
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1714,7 +1692,6 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1775,7 +1752,6 @@ This API corresponds to the `unaligned.1 initblk` opcode sequence. No alignment
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1860,7 +1836,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1941,7 +1916,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
System.Runtime.CompilerServices.Unsafe
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -1992,7 +1966,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
System.Runtime.CompilerServices.Unsafe
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2037,7 +2010,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2107,7 +2079,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2169,7 +2140,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2237,7 +2207,6 @@ The return value is guaranteed stable if `left` and `right` point to the same ma
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2287,7 +2256,6 @@ This API corresponds to the `sizeof` opcode. If `T` is a reference type, the ret
System.Runtime.CompilerServices.Unsafe
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2391,7 +2359,6 @@ public static MyUnionStruct MyMethod() {
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2461,7 +2428,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2520,7 +2486,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2575,7 +2540,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
System.Runtime.CompilerServices.Unsafe
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2647,7 +2611,6 @@ If `elementOffset` is a calculated value rather than a hardcoded literal, caller
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2702,7 +2665,6 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s
System.Runtime.CompilerServices.Unsafe
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2772,7 +2734,6 @@ If `byteOffset` is a calculated value rather than a hardcoded literal, callers s
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2876,7 +2837,6 @@ For more information, including detailed discussion of the usage constraints of
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -2952,7 +2912,6 @@ For more information, including detailed discussion of the usage constraints of
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
@@ -3008,7 +2967,6 @@ For more information, including detailed discussion of the usage constraints of
4.0.6.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Runtime
diff --git a/xml/System.Runtime.InteropServices/OptionalAttribute.xml b/xml/System.Runtime.InteropServices/OptionalAttribute.xml
index 24a03f64383..7a282a45144 100644
--- a/xml/System.Runtime.InteropServices/OptionalAttribute.xml
+++ b/xml/System.Runtime.InteropServices/OptionalAttribute.xml
@@ -62,6 +62,13 @@
You can apply this attribute to parameters.
Optional parameters are not supported by all languages.
+
+ is sometimes used in conjunction with .
+## Examples
+
+The following code example demonstrates how to apply the attribute to a parameter of a method written in C#.
+
+:::code language="csharp" source="~/snippets/csharp/System.Runtime.InteropServices/OptionalAttribute/Overview/sample.cs" id="Snippet1":::
]]>
diff --git a/xml/System.Security.Cryptography.X509Certificates/CertificateRequest.xml b/xml/System.Security.Cryptography.X509Certificates/CertificateRequest.xml
index 4319dea5890..ba2c805b787 100644
--- a/xml/System.Security.Cryptography.X509Certificates/CertificateRequest.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/CertificateRequest.xml
@@ -88,7 +88,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -139,7 +138,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -190,7 +188,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -242,7 +239,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -339,7 +335,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -397,7 +392,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -444,7 +438,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -525,7 +518,6 @@ The 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -651,7 +642,6 @@ The 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -783,7 +772,6 @@ If you need an MD5 or SHA-1 based certificate signature, you need to implement a
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -867,7 +855,6 @@ public static string PemEncodeSigningRequest(CertificateRequest request, PkcsSig
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1060,7 +1047,6 @@ This object was created with a constructor which did not accept a signing key.
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1377,7 +1363,6 @@ This object was created with a constructor which did not accept a signing key.
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1416,7 +1401,6 @@ This object was created with a constructor which did not accept a signing key.
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography.X509Certificates/DSACertificateExtensions.xml b/xml/System.Security.Cryptography.X509Certificates/DSACertificateExtensions.xml
index 0e9170913d8..80707e6239b 100644
--- a/xml/System.Security.Cryptography.X509Certificates/DSACertificateExtensions.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/DSACertificateExtensions.xml
@@ -77,7 +77,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -141,7 +140,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -193,7 +191,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/ECDsaCertificateExtensions.xml b/xml/System.Security.Cryptography.X509Certificates/ECDsaCertificateExtensions.xml
index b196d973cad..ff9a0dea75f 100644
--- a/xml/System.Security.Cryptography.X509Certificates/ECDsaCertificateExtensions.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/ECDsaCertificateExtensions.xml
@@ -72,7 +72,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -133,7 +132,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -188,7 +186,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography.X509Certificates/OpenFlags.xml b/xml/System.Security.Cryptography.X509Certificates/OpenFlags.xml
index fe11a9728d1..9417b3f0e4c 100644
--- a/xml/System.Security.Cryptography.X509Certificates/OpenFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/OpenFlags.xml
@@ -87,7 +87,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -130,7 +129,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -173,7 +171,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -216,7 +213,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -259,7 +255,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/PublicKey.xml b/xml/System.Security.Cryptography.X509Certificates/PublicKey.xml
index c02ca42d990..2fd5734bfc0 100644
--- a/xml/System.Security.Cryptography.X509Certificates/PublicKey.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/PublicKey.xml
@@ -91,7 +91,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -130,7 +129,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -172,7 +170,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -221,7 +218,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -282,7 +278,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -326,7 +321,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -357,7 +351,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -407,7 +400,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -449,7 +441,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -491,7 +482,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -548,7 +538,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -604,7 +593,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -658,7 +646,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.xml b/xml/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.xml
index da8f208ce93..57ad156db2f 100644
--- a/xml/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.xml
@@ -73,7 +73,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -135,7 +134,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -191,7 +189,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography.X509Certificates/StoreLocation.xml b/xml/System.Security.Cryptography.X509Certificates/StoreLocation.xml
index c162f19d4a3..26b6de90650 100644
--- a/xml/System.Security.Cryptography.X509Certificates/StoreLocation.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/StoreLocation.xml
@@ -83,7 +83,6 @@ The following example opens an X.509 certificate store, adds and deletes certifi
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -126,7 +125,6 @@ The following example opens an X.509 certificate store, adds and deletes certifi
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/StoreName.xml b/xml/System.Security.Cryptography.X509Certificates/StoreName.xml
index 7b4c245bd3b..606bd2bde19 100644
--- a/xml/System.Security.Cryptography.X509Certificates/StoreName.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/StoreName.xml
@@ -80,7 +80,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -123,7 +122,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -166,7 +164,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -209,7 +206,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -252,7 +248,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -295,7 +290,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -338,7 +332,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -381,7 +374,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/SubjectAlternativeNameBuilder.xml b/xml/System.Security.Cryptography.X509Certificates/SubjectAlternativeNameBuilder.xml
index 6e34c280fc9..de76138303f 100644
--- a/xml/System.Security.Cryptography.X509Certificates/SubjectAlternativeNameBuilder.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/SubjectAlternativeNameBuilder.xml
@@ -68,7 +68,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -104,7 +103,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -148,7 +146,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -192,7 +189,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -236,7 +232,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -280,7 +275,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -323,7 +317,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedName.xml b/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedName.xml
index d9e893631b3..b7055e34666 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedName.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedName.xml
@@ -124,7 +124,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -179,7 +178,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -221,7 +219,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -287,7 +284,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -347,7 +343,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -413,7 +408,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -475,7 +469,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -573,7 +566,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -638,7 +630,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.xml b/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.xml
index 87354f1207d..3274e2b35ee 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.xml
@@ -89,7 +89,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -132,7 +131,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -175,7 +173,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -218,7 +215,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -261,7 +257,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -304,7 +299,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -347,7 +341,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -390,7 +383,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -433,7 +425,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -476,7 +467,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtension.xml b/xml/System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtension.xml
index 4347e58d90c..0cc7418f709 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtension.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtension.xml
@@ -102,7 +102,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -154,7 +153,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -208,7 +206,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -261,7 +258,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -322,7 +318,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -443,7 +438,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -505,7 +499,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml b/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml
index f17d09f3cf4..d49aa7df05d 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml
@@ -146,7 +146,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -204,7 +203,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -285,7 +283,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -368,7 +365,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -426,7 +422,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -516,7 +511,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -593,7 +587,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -685,7 +678,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -747,7 +739,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -824,7 +815,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -914,7 +904,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -995,7 +984,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1094,7 +1082,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1168,7 +1155,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1258,7 +1244,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1335,7 +1320,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1412,7 +1396,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1464,7 +1447,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1538,7 +1520,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1622,7 +1603,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1717,7 +1697,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1806,7 +1785,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1878,7 +1856,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1968,7 +1945,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2017,7 +1993,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2071,7 +2046,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2142,7 +2116,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2184,7 +2157,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2243,7 +2215,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2305,7 +2276,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2360,7 +2330,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2422,7 +2391,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2500,7 +2468,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2574,7 +2541,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2638,7 +2604,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2702,7 +2667,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2776,7 +2740,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2844,7 +2807,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2920,7 +2882,6 @@ This value corresponds to the contents of the `subjectPublicKey` field of the Su
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2977,7 +2938,6 @@ This value corresponds to the contents of the `subjectPublicKey` field of the Su
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3040,7 +3000,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3085,7 +3044,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -3159,7 +3117,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3204,7 +3161,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -3284,7 +3240,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3356,7 +3311,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3434,7 +3388,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3520,7 +3473,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3604,7 +3556,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3686,7 +3637,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3758,7 +3708,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -3818,7 +3767,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3906,7 +3854,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -3969,7 +3916,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -4018,7 +3964,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -4074,7 +4019,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -4131,7 +4075,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -4195,7 +4138,6 @@ The output of this method is equivalent to the output of the 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml
index d8f23bc9c98..fae18803087 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml
@@ -117,7 +117,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -184,7 +183,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -250,7 +248,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -312,7 +309,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -368,7 +364,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -421,7 +416,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -497,7 +491,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -569,7 +562,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -655,7 +647,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -711,7 +702,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -783,7 +773,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -871,7 +860,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -945,7 +933,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1019,7 +1006,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1064,7 +1050,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1148,7 +1133,6 @@ If you create an 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1217,7 +1201,6 @@ If you create an 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1297,7 +1280,6 @@ If you create an 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1361,7 +1343,6 @@ If you create an
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -1405,7 +1386,6 @@ The specified private key doesn't match the public key for this certificate.System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1485,7 +1465,6 @@ The password specified for the private key is incorrect.
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1580,7 +1559,6 @@ The password specified for the private key is incorrect.
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -1637,7 +1615,6 @@ For PEM-encoded certificates in a file, use System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1714,7 +1691,6 @@ The certificate uses an unknown public key algorithm.
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1901,7 +1877,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1962,7 +1937,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2042,7 +2016,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2109,7 +2082,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2159,7 +2131,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2216,7 +2187,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -2254,7 +2224,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -2298,7 +2267,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2365,7 +2333,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2430,7 +2397,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2490,7 +2456,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2551,7 +2516,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2628,7 +2592,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2712,7 +2675,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2786,7 +2748,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2849,7 +2810,6 @@ The certificate is encoded according to the IETF RFC 7468 "strict"
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -2980,7 +2940,6 @@ The Subject Alternative Name extension or Subject Name could not be decoded.4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3041,7 +3000,6 @@ The Subject Alternative Name extension or Subject Name could not be decoded.4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3112,7 +3070,6 @@ The Subject Alternative Name extension or Subject Name could not be decoded.4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3190,7 +3147,6 @@ The Subject Alternative Name extension or Subject Name could not be decoded.4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3253,7 +3209,6 @@ The Subject Alternative Name extension or Subject Name could not be decoded.4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3365,7 +3320,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3405,7 +3359,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3465,7 +3418,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3526,7 +3478,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3587,7 +3538,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3658,7 +3608,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3721,7 +3670,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -3854,7 +3802,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -3908,7 +3855,6 @@ Unlike 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Collection.xml b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Collection.xml
index bf3d852d5c8..4a9fd3c5ca5 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Collection.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Collection.xml
@@ -114,7 +114,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -177,7 +176,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -221,7 +219,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -276,7 +273,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -331,7 +327,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -408,7 +403,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -464,7 +458,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -520,7 +513,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -592,7 +584,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -658,7 +649,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -821,7 +811,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -894,7 +883,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -957,7 +945,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1024,7 +1011,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1069,7 +1055,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1143,7 +1128,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1214,7 +1198,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1257,7 +1240,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1307,7 +1289,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1365,7 +1346,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1441,7 +1421,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1492,7 +1471,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1546,7 +1524,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1617,7 +1594,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1689,7 +1665,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1756,7 +1731,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1812,7 +1786,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1865,7 +1838,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Enumerator.xml b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Enumerator.xml
index 99a4eebd46b..687aefaf5d9 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Enumerator.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Certificate2Enumerator.xml
@@ -95,7 +95,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -157,7 +156,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -211,7 +209,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -266,7 +263,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -327,7 +323,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -384,7 +379,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -433,7 +427,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection+X509CertificateEnumerator.xml b/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection+X509CertificateEnumerator.xml
index 6a3123f017d..d47514b9a55 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection+X509CertificateEnumerator.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection+X509CertificateEnumerator.xml
@@ -88,7 +88,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -133,7 +132,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -186,7 +184,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -241,7 +238,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -297,7 +293,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -352,7 +347,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -410,7 +404,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection.xml b/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection.xml
index dae112ec593..18cf1c300d2 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509CertificateCollection.xml
@@ -108,7 +108,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -156,7 +155,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -201,7 +199,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -246,7 +243,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -307,7 +303,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -357,7 +352,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -441,7 +435,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -492,7 +485,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -585,7 +577,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -632,7 +623,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -678,7 +668,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -728,7 +717,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -779,7 +767,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -826,7 +813,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -866,7 +852,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Chain.xml b/xml/System.Security.Cryptography.X509Certificates/X509Chain.xml
index 98fd50f0791..f37a17bad46 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Chain.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Chain.xml
@@ -116,7 +116,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -187,7 +186,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -252,7 +250,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -300,7 +297,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -382,7 +378,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -422,7 +417,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -490,7 +484,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -551,7 +544,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -611,7 +603,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -675,7 +666,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -733,7 +723,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -835,7 +824,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -875,7 +863,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainElement.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainElement.xml
index 31ba14aeca2..5bd001e3540 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainElement.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainElement.xml
@@ -83,7 +83,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -149,7 +148,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -206,7 +204,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainElementCollection.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainElementCollection.xml
index 78172012024..3eeef727783 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainElementCollection.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainElementCollection.xml
@@ -107,7 +107,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -164,7 +163,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -224,7 +222,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -288,7 +285,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -337,7 +333,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -408,7 +403,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -445,7 +439,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -485,7 +478,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -627,7 +619,6 @@ This member is an explicit interface member implementation. It can be used only
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.xml
index ab6d8005365..ced2e4dcb08 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.xml
@@ -95,7 +95,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -160,7 +159,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -217,7 +215,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -272,7 +269,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -327,7 +323,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml
index 65348ea255b..dd2e7b77e4f 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml
@@ -91,7 +91,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -132,7 +131,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -202,7 +200,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -299,7 +296,6 @@ The collection properties on the returned instance have the same contents but ar
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -338,7 +334,6 @@ The collection is respected only when System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -376,7 +371,6 @@ The collection is respected only when 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -433,7 +427,6 @@ The collection is respected only when 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -484,7 +477,6 @@ The collection is respected only when 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -551,7 +543,6 @@ The collection is respected only when 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -613,7 +604,6 @@ The collection is respected only when System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -657,7 +647,6 @@ When 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -718,7 +707,6 @@ When 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -785,7 +773,6 @@ When 4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainStatus.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainStatus.xml
index b38f45d8382..394a3dc0b54 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainStatus.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainStatus.xml
@@ -92,7 +92,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -166,7 +165,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainStatusFlags.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainStatusFlags.xml
index b546eb1fdd7..18e41b898bd 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainStatusFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainStatusFlags.xml
@@ -80,7 +80,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -123,7 +122,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -166,7 +164,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -209,7 +206,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -251,7 +247,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -293,7 +288,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -336,7 +330,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -379,7 +372,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -421,7 +413,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -463,7 +454,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -505,7 +495,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -547,7 +536,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -590,7 +578,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -633,7 +620,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -676,7 +662,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -719,7 +704,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -762,7 +746,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -805,7 +788,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -848,7 +830,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -891,7 +872,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -934,7 +914,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -977,7 +956,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1020,7 +998,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1063,7 +1040,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1106,7 +1082,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1149,7 +1124,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainTrustMode.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainTrustMode.xml
index afbf3a8a845..525d2497571 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ChainTrustMode.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainTrustMode.xml
@@ -40,7 +40,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -67,7 +66,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ContentType.xml b/xml/System.Security.Cryptography.X509Certificates/X509ContentType.xml
index a5fc2a5037f..6631ee71f2b 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ContentType.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ContentType.xml
@@ -78,7 +78,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -121,7 +120,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -164,7 +162,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -207,7 +204,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -250,7 +246,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -293,7 +288,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -336,7 +330,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -379,7 +372,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.xml b/xml/System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.xml
index 49afb6e161d..4aa47167b5a 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.xml
@@ -102,7 +102,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -159,7 +158,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -213,7 +211,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -261,7 +258,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -308,7 +304,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Extension.xml b/xml/System.Security.Cryptography.X509Certificates/X509Extension.xml
index cb02be6e1d0..0cc027d69d8 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Extension.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Extension.xml
@@ -114,7 +114,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -177,7 +176,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -240,7 +238,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -304,7 +301,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -358,7 +354,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -418,7 +413,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -472,7 +466,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -539,7 +532,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.xml b/xml/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.xml
index e4a0419aa76..1952cf0f4c1 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ExtensionCollection.xml
@@ -97,7 +97,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -138,7 +137,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -194,7 +192,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -252,7 +249,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -296,7 +292,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -360,7 +355,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -412,7 +406,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -472,7 +465,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -545,7 +537,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -584,7 +575,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
@@ -624,7 +614,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -767,7 +756,6 @@ This member is an explicit interface member implementation. It can be used only
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.xml b/xml/System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.xml
index 1a88da25ae7..a4030eb6240 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.xml
@@ -95,7 +95,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -160,7 +159,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -217,7 +215,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -272,7 +269,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -327,7 +323,6 @@
System.Security.Cryptography.X509Certificates
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509FindType.xml b/xml/System.Security.Cryptography.X509Certificates/X509FindType.xml
index 09106c59515..e1eab92d434 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509FindType.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509FindType.xml
@@ -83,7 +83,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -126,7 +125,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -169,7 +167,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -212,7 +209,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -255,7 +251,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -298,7 +293,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -341,7 +335,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -384,7 +377,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -427,7 +419,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -470,7 +461,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -513,7 +503,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -556,7 +545,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -599,7 +587,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -642,7 +629,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -685,7 +671,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509IncludeOption.xml b/xml/System.Security.Cryptography.X509Certificates/X509IncludeOption.xml
index a968b7d2c9a..49d2e0b2f10 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509IncludeOption.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509IncludeOption.xml
@@ -79,7 +79,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -120,7 +119,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -161,7 +159,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -202,7 +199,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.xml b/xml/System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.xml
index cb640f6194c..205148c1814 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.xml
@@ -80,7 +80,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -121,7 +120,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -161,7 +159,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -204,7 +201,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -247,7 +243,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -290,7 +285,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -333,7 +327,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.xml b/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.xml
index 5f04e227957..19396b66f5f 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.xml
@@ -102,7 +102,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -154,7 +153,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -208,7 +206,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -255,7 +252,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -302,7 +298,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageFlags.xml b/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageFlags.xml
index d70e784ece7..f5a09c37305 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509KeyUsageFlags.xml
@@ -78,7 +78,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -121,7 +120,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -164,7 +162,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -207,7 +204,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -250,7 +246,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -293,7 +288,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -336,7 +330,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -379,7 +372,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -422,7 +414,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -465,7 +456,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509NameType.xml b/xml/System.Security.Cryptography.X509Certificates/X509NameType.xml
index cf3b3b9e80b..afd6c04fc20 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509NameType.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509NameType.xml
@@ -81,7 +81,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -124,7 +123,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -167,7 +165,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -210,7 +207,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -253,7 +249,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -296,7 +291,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509RevocationFlag.xml b/xml/System.Security.Cryptography.X509Certificates/X509RevocationFlag.xml
index 4e8bb4bca1b..38a6bf919e0 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509RevocationFlag.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509RevocationFlag.xml
@@ -81,7 +81,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -124,7 +123,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -167,7 +165,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml
index 65cc7f2ea84..0d148be9613 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509RevocationMode.xml
@@ -84,7 +84,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -127,7 +126,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -170,7 +168,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509SignatureGenerator.xml b/xml/System.Security.Cryptography.X509Certificates/X509SignatureGenerator.xml
index 6a75e8d6744..5dab05602f3 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509SignatureGenerator.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509SignatureGenerator.xml
@@ -68,7 +68,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -104,7 +103,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -144,7 +142,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -189,7 +186,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -241,7 +237,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -284,7 +279,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -330,7 +324,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509Store.xml b/xml/System.Security.Cryptography.X509Certificates/X509Store.xml
index 358fa45bc57..2e592d49806 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509Store.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509Store.xml
@@ -131,7 +131,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -203,7 +202,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -254,7 +252,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -318,7 +315,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -384,7 +380,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -439,7 +434,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -503,7 +497,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -565,7 +558,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -607,7 +599,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -650,7 +641,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -725,7 +715,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -780,7 +769,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -864,7 +852,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -916,7 +903,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -966,7 +952,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -1006,7 +991,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1088,7 +1072,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1177,7 +1160,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1243,7 +1225,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -1318,7 +1299,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1386,7 +1366,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.xml b/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.xml
index 0bf60c27459..1d7f73c1b50 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.xml
@@ -102,7 +102,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -154,7 +153,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -196,7 +194,6 @@
System.Security.Cryptography.X509Certificates
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -241,7 +238,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -295,7 +291,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -342,7 +337,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -396,7 +390,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -445,7 +438,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -493,7 +485,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.xml b/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.xml
index 47b718bde9d..08660d17ae8 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.xml
@@ -74,7 +74,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -117,7 +116,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -160,7 +158,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography.X509Certificates/X509VerificationFlags.xml b/xml/System.Security.Cryptography.X509Certificates/X509VerificationFlags.xml
index cff89767735..4a17bab05c1 100644
--- a/xml/System.Security.Cryptography.X509Certificates/X509VerificationFlags.xml
+++ b/xml/System.Security.Cryptography.X509Certificates/X509VerificationFlags.xml
@@ -87,7 +87,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -130,7 +129,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -173,7 +171,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -216,7 +213,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -259,7 +255,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -302,7 +297,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -345,7 +339,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -388,7 +381,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -431,7 +423,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -474,7 +465,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -517,7 +507,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -560,7 +549,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -603,7 +591,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
@@ -646,7 +633,6 @@
4.2.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System
diff --git a/xml/System.Security.Cryptography/AesCng.xml b/xml/System.Security.Cryptography/AesCng.xml
index 2e9ec6b3a90..77f4e232d3a 100644
--- a/xml/System.Security.Cryptography/AesCng.xml
+++ b/xml/System.Security.Cryptography/AesCng.xml
@@ -76,7 +76,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -120,7 +119,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -179,7 +177,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -244,7 +241,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -313,7 +309,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -365,7 +360,6 @@ This method decrypts an encrypted message created using the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -452,7 +446,6 @@ This method decrypts an encrypted message created using the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -504,7 +497,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -582,7 +574,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -626,7 +617,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -667,7 +657,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -709,7 +698,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -759,7 +747,6 @@ Use this method to encrypt a message and then use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/AesCryptoServiceProvider.xml b/xml/System.Security.Cryptography/AesCryptoServiceProvider.xml
index fe6174c0925..f785e9cfcec 100644
--- a/xml/System.Security.Cryptography/AesCryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/AesCryptoServiceProvider.xml
@@ -101,7 +101,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -140,7 +139,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -204,7 +202,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -264,7 +261,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -358,7 +354,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -417,7 +412,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -505,7 +499,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -555,7 +548,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -602,7 +594,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -655,7 +646,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -702,7 +692,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -761,7 +750,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -823,7 +811,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -873,7 +860,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -914,7 +900,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -960,7 +945,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -1008,7 +992,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/CngAlgorithm.xml b/xml/System.Security.Cryptography/CngAlgorithm.xml
index f096245d2cd..8790520be51 100644
--- a/xml/System.Security.Cryptography/CngAlgorithm.xml
+++ b/xml/System.Security.Cryptography/CngAlgorithm.xml
@@ -96,7 +96,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -149,7 +148,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -197,7 +195,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -238,7 +235,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -280,7 +276,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -322,7 +317,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -364,7 +358,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -405,7 +398,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -447,7 +439,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -489,7 +480,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -541,7 +531,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -605,7 +594,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -665,7 +653,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -708,7 +695,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -751,7 +737,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -807,7 +792,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -862,7 +846,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -903,7 +886,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -945,7 +927,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -987,7 +968,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1029,7 +1009,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1071,7 +1050,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngAlgorithmGroup.xml b/xml/System.Security.Cryptography/CngAlgorithmGroup.xml
index 468e470e207..5055e6bfb28 100644
--- a/xml/System.Security.Cryptography/CngAlgorithmGroup.xml
+++ b/xml/System.Security.Cryptography/CngAlgorithmGroup.xml
@@ -96,7 +96,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -149,7 +148,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -197,7 +195,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -239,7 +236,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -281,7 +277,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -323,7 +318,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -375,7 +369,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -439,7 +432,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -499,7 +491,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -543,7 +534,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -599,7 +589,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -654,7 +643,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -696,7 +684,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngExportPolicies.xml b/xml/System.Security.Cryptography/CngExportPolicies.xml
index 4d240816835..cd26cb99bdd 100644
--- a/xml/System.Security.Cryptography/CngExportPolicies.xml
+++ b/xml/System.Security.Cryptography/CngExportPolicies.xml
@@ -71,7 +71,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -112,7 +111,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -153,7 +151,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -194,7 +191,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -235,7 +231,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKey.xml b/xml/System.Security.Cryptography/CngKey.xml
index 6a4d877d47a..6669f0791bd 100644
--- a/xml/System.Security.Cryptography/CngKey.xml
+++ b/xml/System.Security.Cryptography/CngKey.xml
@@ -107,7 +107,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -160,7 +159,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -229,7 +227,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -297,7 +294,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -374,7 +370,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -463,7 +458,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -530,7 +524,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -601,7 +594,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -665,7 +657,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -735,7 +726,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -811,7 +801,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -877,7 +866,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -936,7 +924,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1020,7 +1007,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1077,7 +1063,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1162,7 +1147,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1230,7 +1214,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1307,7 +1290,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1379,7 +1361,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1433,7 +1414,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1493,7 +1473,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1545,7 +1524,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1606,7 +1584,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1673,7 +1650,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1746,7 +1722,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1815,7 +1790,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1890,7 +1864,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1960,7 +1933,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -2020,7 +1992,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -2077,7 +2048,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -2139,7 +2109,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -2199,7 +2168,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyBlobFormat.xml b/xml/System.Security.Cryptography/CngKeyBlobFormat.xml
index 8fe30272efb..14cac03eccb 100644
--- a/xml/System.Security.Cryptography/CngKeyBlobFormat.xml
+++ b/xml/System.Security.Cryptography/CngKeyBlobFormat.xml
@@ -96,7 +96,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -147,7 +146,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -188,7 +186,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -229,7 +226,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -278,7 +274,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -337,7 +332,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -401,7 +395,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -461,7 +454,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -509,7 +501,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -558,7 +549,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -607,7 +597,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -651,7 +640,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -707,7 +695,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -762,7 +749,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -811,7 +797,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -860,7 +845,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyCreationOptions.xml b/xml/System.Security.Cryptography/CngKeyCreationOptions.xml
index f0fe1d3c63a..f7992eeec4b 100644
--- a/xml/System.Security.Cryptography/CngKeyCreationOptions.xml
+++ b/xml/System.Security.Cryptography/CngKeyCreationOptions.xml
@@ -71,7 +71,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -112,7 +111,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -153,7 +151,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyCreationParameters.xml b/xml/System.Security.Cryptography/CngKeyCreationParameters.xml
index 6a687227e58..82fab0adf85 100644
--- a/xml/System.Security.Cryptography/CngKeyCreationParameters.xml
+++ b/xml/System.Security.Cryptography/CngKeyCreationParameters.xml
@@ -84,7 +84,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -123,7 +122,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -182,7 +180,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -241,7 +238,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -300,7 +296,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -367,7 +362,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -430,7 +424,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -480,7 +473,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyHandleOpenOptions.xml b/xml/System.Security.Cryptography/CngKeyHandleOpenOptions.xml
index 8cd995f957e..efe7eadc761 100644
--- a/xml/System.Security.Cryptography/CngKeyHandleOpenOptions.xml
+++ b/xml/System.Security.Cryptography/CngKeyHandleOpenOptions.xml
@@ -71,7 +71,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -112,7 +111,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyOpenOptions.xml b/xml/System.Security.Cryptography/CngKeyOpenOptions.xml
index e359e1d6f4b..ba634bbd131 100644
--- a/xml/System.Security.Cryptography/CngKeyOpenOptions.xml
+++ b/xml/System.Security.Cryptography/CngKeyOpenOptions.xml
@@ -71,7 +71,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -112,7 +111,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -153,7 +151,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -194,7 +191,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngKeyUsages.xml b/xml/System.Security.Cryptography/CngKeyUsages.xml
index dc00faba5f5..f76ab343311 100644
--- a/xml/System.Security.Cryptography/CngKeyUsages.xml
+++ b/xml/System.Security.Cryptography/CngKeyUsages.xml
@@ -71,7 +71,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -112,7 +111,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -153,7 +151,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -194,7 +191,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -235,7 +231,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngProperty.xml b/xml/System.Security.Cryptography/CngProperty.xml
index 47b70bf333f..4801eb5d57c 100644
--- a/xml/System.Security.Cryptography/CngProperty.xml
+++ b/xml/System.Security.Cryptography/CngProperty.xml
@@ -83,7 +83,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -163,7 +162,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -233,7 +231,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -287,7 +284,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -331,7 +327,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -380,7 +375,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -432,7 +426,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -488,7 +481,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -544,7 +536,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngPropertyCollection.xml b/xml/System.Security.Cryptography/CngPropertyCollection.xml
index fc2cbec07fe..d87061cb964 100644
--- a/xml/System.Security.Cryptography/CngPropertyCollection.xml
+++ b/xml/System.Security.Cryptography/CngPropertyCollection.xml
@@ -61,7 +61,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngPropertyOptions.xml b/xml/System.Security.Cryptography/CngPropertyOptions.xml
index ae290c25b70..77eb0fa5369 100644
--- a/xml/System.Security.Cryptography/CngPropertyOptions.xml
+++ b/xml/System.Security.Cryptography/CngPropertyOptions.xml
@@ -73,7 +73,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -114,7 +113,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -155,7 +153,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngProvider.xml b/xml/System.Security.Cryptography/CngProvider.xml
index 7cc56aa46d9..d0f7ccfa130 100644
--- a/xml/System.Security.Cryptography/CngProvider.xml
+++ b/xml/System.Security.Cryptography/CngProvider.xml
@@ -96,7 +96,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -159,7 +158,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -223,7 +221,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -283,7 +280,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -321,7 +317,6 @@
System.Security.Cryptography.Cng
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -353,7 +348,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -395,7 +389,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -438,7 +431,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -494,7 +486,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -549,7 +540,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -597,7 +587,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngUIPolicy.xml b/xml/System.Security.Cryptography/CngUIPolicy.xml
index e5d2d98caff..7b661e8459f 100644
--- a/xml/System.Security.Cryptography/CngUIPolicy.xml
+++ b/xml/System.Security.Cryptography/CngUIPolicy.xml
@@ -88,7 +88,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -144,7 +143,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -195,7 +193,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -248,7 +245,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -303,7 +299,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -360,7 +355,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -409,7 +403,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -458,7 +451,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -506,7 +498,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -555,7 +546,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CngUIProtectionLevels.xml b/xml/System.Security.Cryptography/CngUIProtectionLevels.xml
index 3fb760a45ae..6ab4f66ea73 100644
--- a/xml/System.Security.Cryptography/CngUIProtectionLevels.xml
+++ b/xml/System.Security.Cryptography/CngUIProtectionLevels.xml
@@ -64,7 +64,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -105,7 +104,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -146,7 +144,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/CspKeyContainerInfo.xml b/xml/System.Security.Cryptography/CspKeyContainerInfo.xml
index 2adddb9e574..317dd3d926e 100644
--- a/xml/System.Security.Cryptography/CspKeyContainerInfo.xml
+++ b/xml/System.Security.Cryptography/CspKeyContainerInfo.xml
@@ -100,7 +100,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -164,7 +163,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -277,7 +275,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -344,7 +341,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -407,7 +403,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -461,7 +456,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -524,7 +518,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -579,7 +572,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -647,7 +639,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -706,7 +697,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -765,7 +755,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -825,7 +814,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -887,7 +875,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/CspParameters.xml b/xml/System.Security.Cryptography/CspParameters.xml
index 37d05729721..ec1827a5bd1 100644
--- a/xml/System.Security.Cryptography/CspParameters.xml
+++ b/xml/System.Security.Cryptography/CspParameters.xml
@@ -123,7 +123,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -183,7 +182,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -242,7 +240,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -314,7 +311,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -529,7 +525,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -576,7 +571,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -638,7 +632,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -715,7 +708,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -760,7 +752,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -813,7 +804,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -865,7 +855,6 @@ For details on provider names, see the [Microsoft Cryptography API (CAPI) docume
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/CspProviderFlags.xml b/xml/System.Security.Cryptography/CspProviderFlags.xml
index a6f8599c84a..26ccb4a7b4b 100644
--- a/xml/System.Security.Cryptography/CspProviderFlags.xml
+++ b/xml/System.Security.Cryptography/CspProviderFlags.xml
@@ -89,7 +89,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -131,7 +130,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -173,7 +171,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -215,7 +212,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -257,7 +253,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -300,7 +295,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -343,7 +337,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -386,7 +379,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -428,7 +420,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/DESCryptoServiceProvider.xml b/xml/System.Security.Cryptography/DESCryptoServiceProvider.xml
index 86fae5916a9..78a89f17f61 100644
--- a/xml/System.Security.Cryptography/DESCryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/DESCryptoServiceProvider.xml
@@ -116,7 +116,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -165,7 +164,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -221,7 +219,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -301,7 +298,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -359,7 +355,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -457,7 +452,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -508,7 +502,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/DSACng.xml b/xml/System.Security.Cryptography/DSACng.xml
index f9f82e7419f..b4ed8d0ae3d 100644
--- a/xml/System.Security.Cryptography/DSACng.xml
+++ b/xml/System.Security.Cryptography/DSACng.xml
@@ -73,7 +73,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -111,7 +110,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -164,7 +162,6 @@ Valid key sizes range from 512 to 3,072 bits, in increments of 64. We recommend
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -222,7 +219,6 @@ Valid key sizes range from 512 to 3,072 bits, in increments of 64. We recommend
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -277,7 +273,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -394,7 +389,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -435,7 +429,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -475,7 +468,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -597,7 +589,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -636,7 +627,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -687,7 +677,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -732,7 +721,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -767,7 +755,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -983,7 +970,6 @@ An error occurred during signature creation.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml b/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml
index 503ba7fa616..db4683dcaf7 100644
--- a/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/DSACryptoServiceProvider.xml
@@ -122,7 +122,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -173,7 +172,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -228,7 +226,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -283,7 +280,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -350,7 +346,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -406,7 +401,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -473,7 +467,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -528,7 +521,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -594,7 +586,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -674,7 +665,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -719,7 +709,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -778,7 +767,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -926,7 +914,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -985,7 +972,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1039,7 +1025,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1086,7 +1071,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1147,7 +1131,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1208,7 +1191,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1270,7 +1252,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1325,7 +1306,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1389,7 +1369,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1451,7 +1430,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1519,7 +1497,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1597,7 +1574,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1660,7 +1636,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1727,7 +1702,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1814,7 +1788,6 @@ This algorithm supports key lengths from 512 bits to 1024 bits in increments of
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/DSAOpenSsl.xml b/xml/System.Security.Cryptography/DSAOpenSsl.xml
index 5608e436052..40a046291b1 100644
--- a/xml/System.Security.Cryptography/DSAOpenSsl.xml
+++ b/xml/System.Security.Cryptography/DSAOpenSsl.xml
@@ -69,7 +69,6 @@ DSAOpenSSL provides the FIPS 186-3 version of DSA.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -129,7 +128,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -193,7 +191,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -262,7 +259,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -326,7 +322,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -397,7 +392,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -440,7 +434,6 @@ An error occurred during signature creation.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -473,7 +466,6 @@ An error occurred during signature creation.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -514,7 +506,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -552,7 +543,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -587,7 +577,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -626,7 +615,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -671,7 +659,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -711,7 +698,6 @@ Setting this property to a new legal value discards the current key, but defers
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -740,7 +726,6 @@ Setting this property to a new legal value discards the current key, but defers
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml
index 66acf9898a2..3bc6ebd399e 100644
--- a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml
+++ b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml
@@ -108,7 +108,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -158,7 +157,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -214,7 +212,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -268,7 +265,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -328,7 +324,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -417,7 +412,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -511,7 +505,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -567,7 +560,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -610,7 +602,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -691,7 +682,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -742,7 +732,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -786,7 +775,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -903,7 +891,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -945,7 +932,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1042,7 +1028,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1096,7 +1081,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1146,7 +1130,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1203,7 +1186,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1345,7 +1327,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1434,7 +1415,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1470,7 +1450,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1515,7 +1494,6 @@ This instance represents only a public key.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1565,7 +1543,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1656,7 +1633,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1699,7 +1675,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1765,7 +1740,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1837,7 +1811,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1952,7 +1925,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -2140,7 +2112,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanCngPublicKey.xml b/xml/System.Security.Cryptography/ECDiffieHellmanCngPublicKey.xml
index 526e8af9735..ce4429dccf0 100644
--- a/xml/System.Security.Cryptography/ECDiffieHellmanCngPublicKey.xml
+++ b/xml/System.Security.Cryptography/ECDiffieHellmanCngPublicKey.xml
@@ -79,7 +79,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -121,7 +120,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -159,7 +157,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -197,7 +194,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -242,7 +238,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -307,7 +302,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -371,7 +365,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -408,7 +401,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanKeyDerivationFunction.xml b/xml/System.Security.Cryptography/ECDiffieHellmanKeyDerivationFunction.xml
index 0f24e09da21..48f1c6c9c5d 100644
--- a/xml/System.Security.Cryptography/ECDiffieHellmanKeyDerivationFunction.xml
+++ b/xml/System.Security.Cryptography/ECDiffieHellmanKeyDerivationFunction.xml
@@ -65,7 +65,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -100,7 +99,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -135,7 +133,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml b/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml
index 2be402669c7..aff999c96e0 100644
--- a/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml
+++ b/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml
@@ -64,7 +64,6 @@ This class should only be used directly when doing platform interop with the sys
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -124,7 +123,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -194,7 +192,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -261,7 +258,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -317,7 +313,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -385,7 +380,6 @@ If key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -439,7 +433,6 @@ This instance represents only a public key.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -494,7 +487,6 @@ This instance represents only a public key.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -535,7 +527,6 @@ This instance represents only a public key.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -586,7 +577,6 @@ This instance represents only a public key.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -627,7 +617,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -662,7 +651,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -706,7 +694,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -747,7 +734,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -794,7 +780,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECDsaCng.xml b/xml/System.Security.Cryptography/ECDsaCng.xml
index 6e9355d2f29..6eb2ac5af53 100644
--- a/xml/System.Security.Cryptography/ECDsaCng.xml
+++ b/xml/System.Security.Cryptography/ECDsaCng.xml
@@ -93,7 +93,6 @@ When platform interop is not needed, you should use the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -154,7 +153,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -221,7 +219,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -282,7 +279,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -341,7 +337,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -464,7 +459,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -511,7 +505,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -609,7 +602,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -657,7 +649,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -706,7 +697,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -758,7 +748,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -803,7 +792,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -930,7 +918,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1023,7 +1010,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1065,7 +1051,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -1115,7 +1100,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -1181,7 +1165,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1234,7 +1217,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1297,7 +1279,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1361,7 +1342,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1481,7 +1461,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1762,7 +1741,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1815,7 +1793,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1878,7 +1855,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1946,7 +1922,6 @@ but that is not reflected in this property.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/ECDsaOpenSsl.xml b/xml/System.Security.Cryptography/ECDsaOpenSsl.xml
index 4b7b9840223..1bc3c282d5d 100644
--- a/xml/System.Security.Cryptography/ECDsaOpenSsl.xml
+++ b/xml/System.Security.Cryptography/ECDsaOpenSsl.xml
@@ -66,7 +66,6 @@ When platform interop is not needed, you should use the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -129,7 +128,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -197,7 +195,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -265,7 +262,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -324,7 +320,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -395,7 +390,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -429,7 +423,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -470,7 +463,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -506,7 +498,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -542,7 +533,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -575,7 +565,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -611,7 +600,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -651,7 +639,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -693,7 +680,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -737,7 +723,6 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -780,7 +765,6 @@ the supported sizes map to the named curves secp256r1 (aka NIST P-256), secp384r
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -817,7 +801,6 @@ the supported sizes map to the named curves secp256r1 (aka NIST P-256), secp384r
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ECKeyXmlFormat.xml b/xml/System.Security.Cryptography/ECKeyXmlFormat.xml
index 6583914353d..de34dd496bd 100644
--- a/xml/System.Security.Cryptography/ECKeyXmlFormat.xml
+++ b/xml/System.Security.Cryptography/ECKeyXmlFormat.xml
@@ -63,7 +63,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/ICspAsymmetricAlgorithm.xml b/xml/System.Security.Cryptography/ICspAsymmetricAlgorithm.xml
index 08c683eccc8..de851d37aee 100644
--- a/xml/System.Security.Cryptography/ICspAsymmetricAlgorithm.xml
+++ b/xml/System.Security.Cryptography/ICspAsymmetricAlgorithm.xml
@@ -79,7 +79,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -129,7 +128,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -184,7 +182,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/KeyNumber.xml b/xml/System.Security.Cryptography/KeyNumber.xml
index 5ff2d539203..7ebf16065ef 100644
--- a/xml/System.Security.Cryptography/KeyNumber.xml
+++ b/xml/System.Security.Cryptography/KeyNumber.xml
@@ -88,7 +88,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -130,7 +129,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/MD5CryptoServiceProvider.xml b/xml/System.Security.Cryptography/MD5CryptoServiceProvider.xml
index 4c7b9a95759..34a442bbc4e 100644
--- a/xml/System.Security.Cryptography/MD5CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/MD5CryptoServiceProvider.xml
@@ -103,7 +103,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -153,7 +152,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -224,7 +222,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -279,7 +276,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -352,7 +348,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -406,7 +401,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -443,7 +437,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/PasswordDeriveBytes.xml b/xml/System.Security.Cryptography/PasswordDeriveBytes.xml
index 82e94655fdc..7521fe2f776 100644
--- a/xml/System.Security.Cryptography/PasswordDeriveBytes.xml
+++ b/xml/System.Security.Cryptography/PasswordDeriveBytes.xml
@@ -123,7 +123,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -201,7 +200,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -269,7 +267,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -353,7 +350,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -427,7 +423,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -507,7 +502,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -586,7 +580,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -675,7 +668,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -764,7 +756,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -871,7 +862,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -963,7 +953,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1028,7 +1017,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1083,7 +1071,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1129,7 +1116,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1174,7 +1160,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/RC2CryptoServiceProvider.xml b/xml/System.Security.Cryptography/RC2CryptoServiceProvider.xml
index 3f629cb7e22..b4e9b7401c8 100644
--- a/xml/System.Security.Cryptography/RC2CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/RC2CryptoServiceProvider.xml
@@ -119,7 +119,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -197,7 +196,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -299,7 +297,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -390,7 +387,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -435,7 +431,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -494,7 +489,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -554,7 +548,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/RNGCryptoServiceProvider.xml b/xml/System.Security.Cryptography/RNGCryptoServiceProvider.xml
index 9abc457c689..0185d8cbc09 100644
--- a/xml/System.Security.Cryptography/RNGCryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/RNGCryptoServiceProvider.xml
@@ -131,7 +131,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -189,7 +188,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -247,7 +245,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -301,7 +298,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -356,7 +352,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -441,7 +436,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -502,7 +496,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -545,7 +538,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -605,7 +597,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -664,7 +655,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml
index 7e34adfbd3d..146b391eb8a 100644
--- a/xml/System.Security.Cryptography/RSACng.xml
+++ b/xml/System.Security.Cryptography/RSACng.xml
@@ -82,7 +82,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -136,7 +135,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -196,7 +194,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -264,7 +261,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -360,7 +356,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -404,7 +399,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -590,7 +584,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -642,7 +635,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -687,7 +679,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -802,7 +793,6 @@ If a key is loaded via the 4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -901,7 +891,6 @@ any already open key is unaffected by this method.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -992,7 +981,6 @@ any already open key is unaffected by this method.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1061,7 +1049,6 @@ any already open key is unaffected by this method.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -1383,7 +1370,6 @@ any already open key is unaffected by this method.
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml b/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml
index 8949cb5a7ee..4a11e74f61e 100644
--- a/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/RSACryptoServiceProvider.xml
@@ -131,7 +131,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -203,7 +202,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -279,7 +277,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -364,7 +361,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -457,7 +453,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -544,7 +539,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -632,7 +626,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -705,7 +698,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -753,7 +745,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -818,7 +809,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -907,7 +897,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -980,7 +969,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1031,7 +1019,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1097,7 +1084,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1197,7 +1183,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1250,7 +1235,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1310,7 +1294,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1458,7 +1441,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1540,7 +1522,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1590,7 +1571,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1652,7 +1632,6 @@ If no key is loaded via the 4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -1696,7 +1675,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1772,7 +1750,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1845,7 +1822,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -1896,7 +1872,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -1975,7 +1950,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2052,7 +2026,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2152,7 +2125,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2241,7 +2213,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2301,7 +2272,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2374,7 +2344,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2466,7 +2435,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
@@ -2555,7 +2523,6 @@ The supported RSA key sizes depend on the available cryptographic service provid
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/RSAOpenSsl.xml b/xml/System.Security.Cryptography/RSAOpenSsl.xml
index 1f2255b9d88..11440e90f43 100644
--- a/xml/System.Security.Cryptography/RSAOpenSsl.xml
+++ b/xml/System.Security.Cryptography/RSAOpenSsl.xml
@@ -66,7 +66,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -127,7 +126,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -193,7 +191,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -262,7 +259,6 @@ If a key is loaded via the 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -325,7 +321,6 @@ This constructor is equivalent to using the default constructor and calling 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -396,7 +391,6 @@ This constructor is equivalent to using the default constructor and calling 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -449,7 +443,6 @@ The decryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -483,7 +476,6 @@ The decryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -525,7 +517,6 @@ The objects returned by this method can safely be used even after this 4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -574,7 +565,6 @@ The encryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -612,7 +602,6 @@ The encryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -648,7 +637,6 @@ The encryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -688,7 +676,6 @@ The encryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -725,7 +712,6 @@ The encryption operation failed.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -766,7 +752,6 @@ Setting this property to a new legal value discards the current key, but defers
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -796,7 +781,6 @@ Setting this property to a new legal value discards the current key, but defers
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -850,7 +834,6 @@ An error occurred creating the signature.
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml b/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml
index fb7cec23148..d31a56fe6f8 100644
--- a/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/SHA1CryptoServiceProvider.xml
@@ -101,7 +101,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -150,7 +149,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -221,7 +219,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -276,7 +273,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -349,7 +345,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -403,7 +398,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -440,7 +434,6 @@ Due to collision problems with SHA1, Microsoft recommends a security model based
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/SHA256CryptoServiceProvider.xml b/xml/System.Security.Cryptography/SHA256CryptoServiceProvider.xml
index af7063ca7d7..50bf209309e 100644
--- a/xml/System.Security.Cryptography/SHA256CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/SHA256CryptoServiceProvider.xml
@@ -80,7 +80,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -126,7 +125,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -165,7 +163,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -213,7 +210,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -271,7 +267,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -323,7 +318,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -366,7 +360,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/SHA384CryptoServiceProvider.xml b/xml/System.Security.Cryptography/SHA384CryptoServiceProvider.xml
index 72f0b232650..6430823039a 100644
--- a/xml/System.Security.Cryptography/SHA384CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/SHA384CryptoServiceProvider.xml
@@ -80,7 +80,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -126,7 +125,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -165,7 +163,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -213,7 +210,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -271,7 +267,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -323,7 +318,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -366,7 +360,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/SHA512CryptoServiceProvider.xml b/xml/System.Security.Cryptography/SHA512CryptoServiceProvider.xml
index 2c4152ba306..dae9632b780 100644
--- a/xml/System.Security.Cryptography/SHA512CryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/SHA512CryptoServiceProvider.xml
@@ -80,7 +80,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -126,7 +125,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -165,7 +163,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -213,7 +210,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -271,7 +267,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -323,7 +318,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -366,7 +360,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security.Cryptography/SafeEvpPKeyHandle.xml b/xml/System.Security.Cryptography/SafeEvpPKeyHandle.xml
index dd27bc37d71..2408920a3cd 100644
--- a/xml/System.Security.Cryptography/SafeEvpPKeyHandle.xml
+++ b/xml/System.Security.Cryptography/SafeEvpPKeyHandle.xml
@@ -61,7 +61,6 @@
System.Security.Cryptography.OpenSsl
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -112,7 +111,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -169,7 +167,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -204,7 +201,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -363,7 +359,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -429,7 +424,6 @@
4.1.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
diff --git a/xml/System.Security.Cryptography/TripleDES.xml b/xml/System.Security.Cryptography/TripleDES.xml
index f183cfb1815..25a04c3d490 100644
--- a/xml/System.Security.Cryptography/TripleDES.xml
+++ b/xml/System.Security.Cryptography/TripleDES.xml
@@ -439,7 +439,6 @@
4.0.0.0
4.1.0.0
4.2.0.0
- 4.3.0.0
mscorlib
@@ -478,7 +477,6 @@
4.0.0.0
4.1.0.0
4.2.0.0
- 4.3.0.0
mscorlib
diff --git a/xml/System.Security.Cryptography/TripleDESCng.xml b/xml/System.Security.Cryptography/TripleDESCng.xml
index 783b3f31658..2a13dbf3dbd 100644
--- a/xml/System.Security.Cryptography/TripleDESCng.xml
+++ b/xml/System.Security.Cryptography/TripleDESCng.xml
@@ -85,7 +85,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -129,7 +128,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -188,7 +186,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -253,7 +250,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -322,7 +318,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -373,7 +368,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -460,7 +454,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -511,7 +504,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -589,7 +581,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -643,7 +634,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -684,7 +674,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -726,7 +715,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
@@ -776,7 +764,6 @@
4.3.3.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Core
diff --git a/xml/System.Security.Cryptography/TripleDESCryptoServiceProvider.xml b/xml/System.Security.Cryptography/TripleDESCryptoServiceProvider.xml
index deb80231015..62a85f276b7 100644
--- a/xml/System.Security.Cryptography/TripleDESCryptoServiceProvider.xml
+++ b/xml/System.Security.Cryptography/TripleDESCryptoServiceProvider.xml
@@ -122,7 +122,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -175,7 +174,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -217,7 +215,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -273,7 +270,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -368,7 +364,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -425,7 +420,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -513,7 +507,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -552,7 +545,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -600,7 +592,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -651,7 +642,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Security.Cryptography
@@ -692,7 +682,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -740,7 +729,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -782,7 +770,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -826,7 +813,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -867,7 +853,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -908,7 +893,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
@@ -951,7 +935,6 @@
4.1.2.0
5.0.0.0
6.0.0.0
- 7.0.0.0
netstandard
diff --git a/xml/System.Security/HostProtectionException.xml b/xml/System.Security/HostProtectionException.xml
index 51f4e932be3..ef515e69ab9 100644
--- a/xml/System.Security/HostProtectionException.xml
+++ b/xml/System.Security/HostProtectionException.xml
@@ -353,7 +353,6 @@
System.Security.Permissions
- 4.0.1.0
6.0.0.0
7.0.0.0
8.0.0.0
diff --git a/xml/System.ServiceModel.Channels/AddressHeader.xml b/xml/System.ServiceModel.Channels/AddressHeader.xml
index 3ff8a9b0f8f..8a119fa79cd 100644
--- a/xml/System.ServiceModel.Channels/AddressHeader.xml
+++ b/xml/System.ServiceModel.Channels/AddressHeader.xml
@@ -76,9 +76,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -229,9 +226,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -286,9 +280,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -346,9 +337,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -401,9 +389,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -447,9 +432,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -518,9 +500,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -578,9 +557,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -639,9 +615,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -687,9 +660,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -735,9 +705,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -774,9 +741,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -813,9 +777,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -877,9 +838,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -933,9 +891,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -989,9 +944,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1038,9 +990,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml b/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml
index 8ec2c2046fc..f1a7b8c9805 100644
--- a/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml
+++ b/xml/System.ServiceModel.Channels/AddressHeaderCollection.xml
@@ -79,9 +79,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -120,9 +117,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -165,9 +159,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -219,9 +210,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -271,9 +259,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/AddressingVersion.xml b/xml/System.ServiceModel.Channels/AddressingVersion.xml
index a7e0e67d16f..011e25040da 100644
--- a/xml/System.ServiceModel.Channels/AddressingVersion.xml
+++ b/xml/System.ServiceModel.Channels/AddressingVersion.xml
@@ -69,9 +69,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -118,9 +115,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -155,9 +149,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -201,9 +192,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml
index 6190aa64642..eee35aee656 100644
--- a/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/BinaryMessageEncodingBindingElement.xml
@@ -92,9 +92,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -133,9 +130,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -278,9 +272,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -329,9 +320,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -371,9 +359,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -421,9 +406,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -478,9 +460,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -538,9 +517,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -594,9 +570,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -654,9 +627,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -715,9 +685,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/Binding.xml b/xml/System.ServiceModel.Channels/Binding.xml
index a5fd3c3fd28..9faf6efeb0b 100644
--- a/xml/System.ServiceModel.Channels/Binding.xml
+++ b/xml/System.ServiceModel.Channels/Binding.xml
@@ -114,9 +114,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -160,9 +157,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -219,9 +213,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -271,9 +262,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -727,9 +715,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -786,9 +771,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -946,9 +928,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1000,9 +979,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1044,9 +1020,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1099,9 +1072,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1135,9 +1105,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1181,9 +1148,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1233,9 +1197,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1287,9 +1248,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1351,9 +1309,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1394,9 +1349,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BindingContext.xml b/xml/System.ServiceModel.Channels/BindingContext.xml
index 1bf7dba514f..9924a829628 100644
--- a/xml/System.ServiceModel.Channels/BindingContext.xml
+++ b/xml/System.ServiceModel.Channels/BindingContext.xml
@@ -77,9 +77,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -175,9 +172,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -225,9 +219,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -280,9 +271,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -372,9 +360,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -466,9 +451,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -516,9 +498,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -719,9 +698,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BindingElement.xml b/xml/System.ServiceModel.Channels/BindingElement.xml
index 1051ca91a16..7ba8484f47a 100644
--- a/xml/System.ServiceModel.Channels/BindingElement.xml
+++ b/xml/System.ServiceModel.Channels/BindingElement.xml
@@ -95,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -134,9 +131,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -176,9 +170,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -276,9 +267,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -388,9 +376,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -434,9 +419,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BindingElementCollection.xml b/xml/System.ServiceModel.Channels/BindingElementCollection.xml
index 0f285df95ee..a50cab90a45 100644
--- a/xml/System.ServiceModel.Channels/BindingElementCollection.xml
+++ b/xml/System.ServiceModel.Channels/BindingElementCollection.xml
@@ -72,9 +72,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -111,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -187,9 +178,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -235,9 +223,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -272,9 +257,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -315,9 +297,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -362,9 +341,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -409,9 +385,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -452,9 +425,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -499,9 +469,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -546,9 +513,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BindingParameterCollection.xml b/xml/System.ServiceModel.Channels/BindingParameterCollection.xml
index 06203823c80..6a6f271fbcb 100644
--- a/xml/System.ServiceModel.Channels/BindingParameterCollection.xml
+++ b/xml/System.ServiceModel.Channels/BindingParameterCollection.xml
@@ -75,9 +75,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -151,9 +145,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -190,9 +181,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BodyWriter.xml b/xml/System.ServiceModel.Channels/BodyWriter.xml
index bd37829b325..b5a94c988ca 100644
--- a/xml/System.ServiceModel.Channels/BodyWriter.xml
+++ b/xml/System.ServiceModel.Channels/BodyWriter.xml
@@ -75,9 +75,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +149,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -237,9 +231,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -320,9 +311,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -397,9 +385,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -451,9 +436,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/BufferManager.xml b/xml/System.ServiceModel.Channels/BufferManager.xml
index c5874940231..ee5acdae838 100644
--- a/xml/System.ServiceModel.Channels/BufferManager.xml
+++ b/xml/System.ServiceModel.Channels/BufferManager.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -112,9 +109,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -148,9 +142,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +194,6 @@ Note: In .NET for Win
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -252,9 +240,6 @@ Note: In .NET for Win
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ChannelBase.xml b/xml/System.ServiceModel.Channels/ChannelBase.xml
index f8dacbc642e..a0396b642ee 100644
--- a/xml/System.ServiceModel.Channels/ChannelBase.xml
+++ b/xml/System.ServiceModel.Channels/ChannelBase.xml
@@ -91,9 +91,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -139,9 +136,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -187,9 +181,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -235,9 +226,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -283,9 +271,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -331,9 +316,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -385,9 +367,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -434,9 +413,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -480,9 +456,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -526,9 +499,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -572,9 +542,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -624,9 +591,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml b/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml
index ba87e717f9b..1dbecc12880 100644
--- a/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml
+++ b/xml/System.ServiceModel.Channels/ChannelFactoryBase.xml
@@ -95,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -135,9 +132,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -181,9 +175,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -233,9 +224,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -285,9 +273,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -337,9 +322,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -389,9 +371,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -443,9 +422,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -486,9 +462,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -530,9 +503,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -576,9 +546,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml b/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml
index ec3f8bbd1da..a08b20acf5f 100644
--- a/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml
+++ b/xml/System.ServiceModel.Channels/ChannelFactoryBase`1.xml
@@ -101,9 +101,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -147,9 +144,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +197,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -257,9 +248,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -306,9 +294,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -349,9 +334,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -393,9 +375,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -441,9 +420,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -490,9 +466,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -529,9 +502,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ChannelManagerBase.xml b/xml/System.ServiceModel.Channels/ChannelManagerBase.xml
index 4c501f08a06..7eafa63e1ae 100644
--- a/xml/System.ServiceModel.Channels/ChannelManagerBase.xml
+++ b/xml/System.ServiceModel.Channels/ChannelManagerBase.xml
@@ -79,9 +79,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -121,9 +118,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -167,9 +161,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -213,9 +204,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -259,9 +247,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -305,9 +290,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -357,9 +339,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml b/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml
index 2d524bf176a..1bebd98cf22 100644
--- a/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml
+++ b/xml/System.ServiceModel.Channels/ChannelParameterCollection.xml
@@ -87,9 +87,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -133,9 +130,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -182,9 +176,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -231,9 +222,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -267,9 +255,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -308,9 +293,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -347,9 +329,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -386,9 +365,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/CommunicationObject.xml b/xml/System.ServiceModel.Channels/CommunicationObject.xml
index cf8c6f34176..63588f4891e 100644
--- a/xml/System.ServiceModel.Channels/CommunicationObject.xml
+++ b/xml/System.ServiceModel.Channels/CommunicationObject.xml
@@ -80,9 +80,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +146,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -210,9 +201,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -266,9 +254,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -334,9 +319,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -392,9 +374,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -462,9 +441,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -516,9 +492,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -574,9 +547,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -620,9 +590,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -665,9 +632,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -704,9 +668,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -743,9 +704,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -796,9 +754,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -846,9 +801,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -893,9 +845,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -935,9 +884,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -972,9 +918,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1016,9 +959,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1059,9 +999,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1116,9 +1053,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1171,9 +1105,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1223,9 +1154,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1268,9 +1196,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1311,9 +1236,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1361,9 +1283,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1411,9 +1330,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1454,9 +1370,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1506,9 +1419,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1549,9 +1459,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1613,9 +1520,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1677,9 +1581,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1737,9 +1638,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1783,9 +1681,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1828,9 +1723,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1870,9 +1762,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/CompressionFormat.xml b/xml/System.ServiceModel.Channels/CompressionFormat.xml
index e8cbc9a51cf..4224522d10b 100644
--- a/xml/System.ServiceModel.Channels/CompressionFormat.xml
+++ b/xml/System.ServiceModel.Channels/CompressionFormat.xml
@@ -57,9 +57,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -91,9 +88,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +119,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml b/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml
index 436070a449a..2dee93fc72f 100644
--- a/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/ConnectionOrientedTransportBindingElement.xml
@@ -134,9 +134,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -296,9 +293,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -353,9 +347,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -462,9 +453,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -855,9 +843,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/CustomBinding.xml b/xml/System.ServiceModel.Channels/CustomBinding.xml
index 85661d0f7e2..992b36bfd27 100644
--- a/xml/System.ServiceModel.Channels/CustomBinding.xml
+++ b/xml/System.ServiceModel.Channels/CustomBinding.xml
@@ -161,9 +161,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +200,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -249,9 +243,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -287,9 +278,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -381,9 +369,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -438,9 +423,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -475,9 +457,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -517,9 +496,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/FaultConverter.xml b/xml/System.ServiceModel.Channels/FaultConverter.xml
index 2c6950c0279..f87884e700f 100644
--- a/xml/System.ServiceModel.Channels/FaultConverter.xml
+++ b/xml/System.ServiceModel.Channels/FaultConverter.xml
@@ -59,9 +59,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -98,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -145,9 +139,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -205,9 +196,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -255,9 +243,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml b/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml
index 572c5e97d16..94f00a7ca90 100644
--- a/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml
+++ b/xml/System.ServiceModel.Channels/HttpRequestMessageProperty.xml
@@ -111,9 +111,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -165,9 +162,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -240,9 +234,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -298,9 +289,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -334,9 +322,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -384,9 +369,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -476,9 +458,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml b/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml
index 292a499cf00..fc71e4b7c47 100644
--- a/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml
+++ b/xml/System.ServiceModel.Channels/HttpResponseMessageProperty.xml
@@ -100,9 +100,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -215,9 +209,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -260,9 +251,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -317,9 +305,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -535,9 +520,6 @@ public class Service1 : IService1
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml b/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml
index 4b5f5d3f8fc..c363ec638d4 100644
--- a/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/HttpTransportBindingElement.xml
@@ -122,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -155,9 +152,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -212,9 +206,6 @@ public class MyBindingElement : HttpTransportBindingElement
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -280,9 +271,6 @@ httpBindingElement.AllowCookies = true;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -363,9 +351,6 @@ int odd=calc.Add(5,4);
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -464,9 +449,6 @@ int odd=calc.Add(5,4);
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -534,9 +516,6 @@ httpBinding.BypassProxyOnLocal = true;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -622,9 +601,6 @@ httpBinding.BypassProxyOnLocal = true;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -664,9 +640,6 @@ HttpBindingElement bindingElement = elementToClone.Clone();
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -715,9 +688,6 @@ HttpBindingElement bindingElement = elementToClone.Clone();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -757,9 +727,6 @@ HttpBindingElement bindingElement = elementToClone.Clone();
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -844,9 +811,6 @@ HttpBindingElement bindingElement = elementToClone.Clone();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -940,9 +904,6 @@ HttpBindingElement bindingElement = elementToClone.Clone();
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1053,9 +1014,6 @@ httpBinding.MaxBufferSize = 16384;
Property
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -1094,9 +1052,6 @@ httpBinding.MaxBufferSize = 16384;
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1157,9 +1112,6 @@ httpBinding.ProxyAddress = new Uri(http://proxyserver);
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1291,9 +1243,6 @@ httpBinding.ProxyAuthenticationScheme = AuthenticationSchemes.Digest;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1555,9 +1504,6 @@ Console.WriteLine("The scheme of the binding is {0}.",httpBinding.Scheme);
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1708,9 +1654,6 @@ httpBinding.UnsafeConnectionNtlmAuthentication = true;
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1770,9 +1713,6 @@ httpBinding.UseDefaultWebProxy = false;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml b/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml
index d9641c0effa..9740bcba261 100644
--- a/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/HttpsTransportBindingElement.xml
@@ -101,9 +101,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -134,9 +131,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -177,9 +171,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -279,9 +270,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -316,9 +304,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -406,9 +391,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -457,9 +439,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IChannel.xml b/xml/System.ServiceModel.Channels/IChannel.xml
index debd610e00a..2b2bbc69e01 100644
--- a/xml/System.ServiceModel.Channels/IChannel.xml
+++ b/xml/System.ServiceModel.Channels/IChannel.xml
@@ -87,9 +87,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IChannelFactory.xml b/xml/System.ServiceModel.Channels/IChannelFactory.xml
index 92f35832cf5..837d0935a73 100644
--- a/xml/System.ServiceModel.Channels/IChannelFactory.xml
+++ b/xml/System.ServiceModel.Channels/IChannelFactory.xml
@@ -70,9 +70,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IChannelFactory`1.xml b/xml/System.ServiceModel.Channels/IChannelFactory`1.xml
index 19e6adeb006..358e21c3701 100644
--- a/xml/System.ServiceModel.Channels/IChannelFactory`1.xml
+++ b/xml/System.ServiceModel.Channels/IChannelFactory`1.xml
@@ -93,9 +93,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -140,9 +137,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IDuplexSession.xml b/xml/System.ServiceModel.Channels/IDuplexSession.xml
index 25ac6ad4e22..e715a421ed8 100644
--- a/xml/System.ServiceModel.Channels/IDuplexSession.xml
+++ b/xml/System.ServiceModel.Channels/IDuplexSession.xml
@@ -87,9 +87,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -136,9 +133,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -197,9 +191,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -256,9 +247,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -318,9 +306,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml b/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml
index 02faadd8793..d8589d0fcc4 100644
--- a/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml
+++ b/xml/System.ServiceModel.Channels/IHttpCookieContainerManager.xml
@@ -55,9 +55,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IInputChannel.xml b/xml/System.ServiceModel.Channels/IInputChannel.xml
index aabcbdd1376..7f819a81bc9 100644
--- a/xml/System.ServiceModel.Channels/IInputChannel.xml
+++ b/xml/System.ServiceModel.Channels/IInputChannel.xml
@@ -96,9 +96,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +151,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -219,9 +213,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -288,9 +279,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -353,9 +341,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -402,9 +387,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -454,9 +436,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -504,9 +483,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -582,9 +558,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -639,9 +612,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -701,9 +671,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -762,9 +729,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IMessageProperty.xml b/xml/System.ServiceModel.Channels/IMessageProperty.xml
index 0cfe024272e..6479ce78649 100644
--- a/xml/System.ServiceModel.Channels/IMessageProperty.xml
+++ b/xml/System.ServiceModel.Channels/IMessageProperty.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IOutputChannel.xml b/xml/System.ServiceModel.Channels/IOutputChannel.xml
index 1a542729f14..9ddc9d1c2d3 100644
--- a/xml/System.ServiceModel.Channels/IOutputChannel.xml
+++ b/xml/System.ServiceModel.Channels/IOutputChannel.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -213,9 +207,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -266,9 +257,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -326,9 +314,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -383,9 +368,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -445,9 +427,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/IRequestChannel.xml b/xml/System.ServiceModel.Channels/IRequestChannel.xml
index f9d50a58194..bc7eca65e0b 100644
--- a/xml/System.ServiceModel.Channels/IRequestChannel.xml
+++ b/xml/System.ServiceModel.Channels/IRequestChannel.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -142,9 +139,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -209,9 +203,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -263,9 +254,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -323,9 +311,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -385,9 +370,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -456,9 +438,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml b/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml
index c9d0d41128f..6c979176aff 100644
--- a/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml
+++ b/xml/System.ServiceModel.Channels/ISecurityCapabilities.xml
@@ -60,9 +60,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -96,9 +93,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -132,9 +126,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -169,9 +160,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -206,9 +194,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ISession.xml b/xml/System.ServiceModel.Channels/ISession.xml
index 989ccedabb0..f9f6f0c180d 100644
--- a/xml/System.ServiceModel.Channels/ISession.xml
+++ b/xml/System.ServiceModel.Channels/ISession.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ISessionChannel`1.xml b/xml/System.ServiceModel.Channels/ISessionChannel`1.xml
index 8e7fefc3c3a..719cca1c3da 100644
--- a/xml/System.ServiceModel.Channels/ISessionChannel`1.xml
+++ b/xml/System.ServiceModel.Channels/ISessionChannel`1.xml
@@ -74,9 +74,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml b/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml
index 08831c0294f..1b94d79304b 100644
--- a/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml
+++ b/xml/System.ServiceModel.Channels/LocalClientSecuritySettings.xml
@@ -78,9 +78,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -174,9 +171,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -384,9 +378,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -631,9 +622,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -824,9 +812,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/Message.xml b/xml/System.ServiceModel.Channels/Message.xml
index 8d91bf5f777..7585d3bddb9 100644
--- a/xml/System.ServiceModel.Channels/Message.xml
+++ b/xml/System.ServiceModel.Channels/Message.xml
@@ -107,9 +107,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -212,9 +209,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -265,9 +259,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -347,9 +338,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -442,9 +430,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -497,9 +482,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -550,9 +532,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -603,9 +582,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -656,9 +632,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -717,9 +690,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -778,9 +748,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1027,9 +994,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1077,9 +1041,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1132,9 +1093,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1189,9 +1147,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1235,9 +1190,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1303,9 +1255,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1340,9 +1289,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1378,9 +1324,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1482,9 +1425,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1521,9 +1461,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1557,9 +1494,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1652,9 +1586,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1696,9 +1627,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1742,9 +1670,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1779,9 +1704,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1818,9 +1740,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1857,9 +1776,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1896,9 +1812,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1935,9 +1848,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1974,9 +1884,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2018,9 +1925,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2070,9 +1974,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2122,9 +2023,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2159,9 +2057,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2226,9 +2121,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2274,9 +2166,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2323,9 +2212,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2384,9 +2270,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2434,9 +2317,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2494,9 +2374,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2535,9 +2412,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2576,9 +2450,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageBuffer.xml b/xml/System.ServiceModel.Channels/MessageBuffer.xml
index 79f3c2746d5..5e514a27e8f 100644
--- a/xml/System.ServiceModel.Channels/MessageBuffer.xml
+++ b/xml/System.ServiceModel.Channels/MessageBuffer.xml
@@ -96,9 +96,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -135,9 +132,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -178,9 +172,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -248,9 +239,6 @@ public void AfterReceiveReply(ref Message reply, object correlationState)
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -473,9 +461,6 @@ public void AfterReceiveReply(ref Message reply, object correlationState)
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -512,9 +497,6 @@ public void AfterReceiveReply(ref Message reply, object correlationState)
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -564,9 +546,6 @@ public void AfterReceiveReply(ref Message reply, object correlationState)
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageEncoder.xml b/xml/System.ServiceModel.Channels/MessageEncoder.xml
index 6b3f43eca9f..419b5b5c99c 100644
--- a/xml/System.ServiceModel.Channels/MessageEncoder.xml
+++ b/xml/System.ServiceModel.Channels/MessageEncoder.xml
@@ -87,9 +87,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -161,9 +158,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -239,9 +233,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -291,9 +282,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -349,9 +337,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -399,9 +384,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -459,9 +441,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -507,9 +486,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -555,9 +531,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -608,9 +581,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -725,9 +695,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -778,9 +745,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -828,9 +792,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -885,9 +846,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml b/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml
index 3f6cd7b7622..56ee896e617 100644
--- a/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml
+++ b/xml/System.ServiceModel.Channels/MessageEncoderFactory.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +120,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -173,9 +167,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -218,9 +209,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml
index b1a74489ff7..69f7450b2fb 100644
--- a/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/MessageEncodingBindingElement.xml
@@ -107,9 +107,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -150,9 +147,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -201,9 +195,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -247,9 +238,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -311,9 +299,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageFault.xml b/xml/System.ServiceModel.Channels/MessageFault.xml
index 40b9c926a31..dc565e2380d 100644
--- a/xml/System.ServiceModel.Channels/MessageFault.xml
+++ b/xml/System.ServiceModel.Channels/MessageFault.xml
@@ -78,9 +78,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -117,9 +114,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -153,9 +147,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -199,9 +190,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -502,9 +490,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -543,9 +528,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -587,9 +569,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -624,9 +603,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -688,9 +664,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -724,9 +697,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -761,9 +731,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -809,9 +776,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -855,9 +819,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -896,9 +857,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageHeader.xml b/xml/System.ServiceModel.Channels/MessageHeader.xml
index 0d6974a0493..84f62a6392e 100644
--- a/xml/System.ServiceModel.Channels/MessageHeader.xml
+++ b/xml/System.ServiceModel.Channels/MessageHeader.xml
@@ -82,9 +82,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -121,9 +118,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -174,9 +168,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -224,9 +215,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -276,9 +264,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -328,9 +313,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -382,9 +364,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -436,9 +415,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -486,9 +462,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -542,9 +515,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -594,9 +564,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -635,9 +602,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -679,9 +643,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -723,9 +684,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -764,9 +722,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -805,9 +760,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -849,9 +801,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -896,9 +845,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -937,9 +883,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -978,9 +921,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1019,9 +959,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1060,9 +997,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml b/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml
index df29d4452a8..ae7f77dd619 100644
--- a/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml
+++ b/xml/System.ServiceModel.Channels/MessageHeaderInfo.xml
@@ -59,9 +59,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -98,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -141,9 +135,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -185,9 +176,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -229,9 +217,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -265,9 +250,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -301,9 +283,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageHeaders.xml b/xml/System.ServiceModel.Channels/MessageHeaders.xml
index e5900f7bce9..bf933632f80 100644
--- a/xml/System.ServiceModel.Channels/MessageHeaders.xml
+++ b/xml/System.ServiceModel.Channels/MessageHeaders.xml
@@ -108,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -155,9 +152,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -198,9 +192,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -238,9 +229,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -289,9 +277,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -328,9 +313,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -374,9 +356,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -415,9 +394,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -466,9 +442,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -505,9 +478,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -544,9 +514,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -585,9 +552,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -627,9 +591,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -680,9 +641,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -724,9 +682,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -777,9 +732,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -823,9 +775,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -870,9 +819,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -921,9 +867,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -967,9 +910,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1020,9 +960,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1068,9 +1005,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1130,9 +1064,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1180,9 +1111,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1225,9 +1153,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1280,9 +1205,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1321,9 +1243,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1361,9 +1280,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1404,9 +1320,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1446,9 +1359,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1489,9 +1399,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1530,9 +1437,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1569,9 +1473,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1612,9 +1513,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1654,9 +1552,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1705,9 +1600,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1745,9 +1637,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1798,9 +1687,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1839,9 +1725,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1890,9 +1773,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1931,9 +1811,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1982,9 +1859,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2023,9 +1897,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageProperties.xml b/xml/System.ServiceModel.Channels/MessageProperties.xml
index 5d2d1f8e023..aeab2365db5 100644
--- a/xml/System.ServiceModel.Channels/MessageProperties.xml
+++ b/xml/System.ServiceModel.Channels/MessageProperties.xml
@@ -107,9 +107,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -185,9 +179,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -226,9 +217,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -266,9 +254,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -305,9 +290,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -346,9 +328,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -388,9 +367,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -427,9 +403,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -473,9 +446,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -516,9 +486,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -587,9 +554,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -630,9 +594,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -669,9 +630,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -736,7 +694,6 @@
System.ServiceModel
2.0.5.0
- 3.0.0.0
4.0.0.0
@@ -746,9 +703,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -778,7 +732,6 @@
System.ServiceModel
2.0.5.0
- 3.0.0.0
4.0.0.0
@@ -788,9 +741,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -822,7 +772,6 @@
System.ServiceModel
2.0.5.0
- 3.0.0.0
4.0.0.0
@@ -832,9 +781,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -870,9 +816,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -903,7 +846,6 @@
System.ServiceModel
2.0.5.0
- 3.0.0.0
4.0.0.0
@@ -913,9 +855,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -947,7 +886,6 @@
System.ServiceModel
2.0.5.0
- 3.0.0.0
4.0.0.0
@@ -957,9 +895,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -997,9 +932,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1042,9 +974,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1088,9 +1017,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1124,9 +1050,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageState.xml b/xml/System.ServiceModel.Channels/MessageState.xml
index f6b34a4f004..c278d72f1ec 100644
--- a/xml/System.ServiceModel.Channels/MessageState.xml
+++ b/xml/System.ServiceModel.Channels/MessageState.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -101,9 +98,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -136,9 +130,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -171,9 +162,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -206,9 +194,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MessageVersion.xml b/xml/System.ServiceModel.Channels/MessageVersion.xml
index 77d6e438888..748778403c4 100644
--- a/xml/System.ServiceModel.Channels/MessageVersion.xml
+++ b/xml/System.ServiceModel.Channels/MessageVersion.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +146,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +197,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -262,9 +253,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -317,9 +305,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -372,9 +357,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -421,9 +403,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -466,9 +445,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -523,9 +499,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -622,9 +595,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -724,9 +694,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -782,9 +749,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -843,9 +807,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/MtomMessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/MtomMessageEncodingBindingElement.xml
index 4e8422471ac..8bc9460e2d6 100644
--- a/xml/System.ServiceModel.Channels/MtomMessageEncodingBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/MtomMessageEncodingBindingElement.xml
@@ -76,9 +76,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -109,9 +106,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -151,9 +145,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -226,9 +217,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -303,9 +291,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -340,9 +325,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -370,9 +352,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -418,9 +397,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -465,9 +441,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -512,9 +485,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -559,9 +529,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -607,9 +574,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -885,9 +849,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/ReliableSessionBindingElement.xml b/xml/System.ServiceModel.Channels/ReliableSessionBindingElement.xml
index 381f5299034..37865b81027 100644
--- a/xml/System.ServiceModel.Channels/ReliableSessionBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/ReliableSessionBindingElement.xml
@@ -98,9 +98,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -125,9 +122,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -156,9 +150,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -206,9 +197,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -312,9 +300,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -406,9 +391,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -437,9 +419,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -489,9 +468,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -531,9 +507,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -581,9 +554,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -631,9 +601,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -683,9 +650,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -735,9 +699,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -787,9 +748,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/RequestContext.xml b/xml/System.ServiceModel.Channels/RequestContext.xml
index bfcb7b4913f..36e1302f47e 100644
--- a/xml/System.ServiceModel.Channels/RequestContext.xml
+++ b/xml/System.ServiceModel.Channels/RequestContext.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +120,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -177,9 +171,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -233,9 +224,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -301,9 +289,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -337,9 +322,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -379,9 +361,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -419,9 +398,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -468,9 +444,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -516,9 +489,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -566,9 +536,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -605,9 +572,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/SecurityBindingElement.xml b/xml/System.ServiceModel.Channels/SecurityBindingElement.xml
index 5919ae25280..e8dc2545e11 100644
--- a/xml/System.ServiceModel.Channels/SecurityBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/SecurityBindingElement.xml
@@ -129,9 +129,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -188,9 +185,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -343,9 +337,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -831,9 +822,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1209,9 +1197,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1787,9 +1772,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1831,9 +1813,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1931,9 +1910,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1990,9 +1966,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2050,9 +2023,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2102,9 +2072,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2154,9 +2121,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2264,9 +2228,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2482,9 +2443,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -2625,9 +2583,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml b/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml
index f6f30847c39..d0a77e69f67 100644
--- a/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml
+++ b/xml/System.ServiceModel.Channels/SecurityHeaderLayout.xml
@@ -69,9 +69,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -165,9 +162,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml
index 0dd5bfbad89..227cca5c434 100644
--- a/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/SslStreamSecurityBindingElement.xml
@@ -226,9 +226,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -291,9 +288,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -480,9 +474,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -588,9 +579,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -628,9 +616,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -752,9 +737,6 @@ namespace ServiceNamespace
System.ServiceModel.NetTcp
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -839,9 +821,6 @@ namespace ServiceNamespace
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml
index 8ae452d6540..56b7f38e7a5 100644
--- a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml
+++ b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml
@@ -60,9 +60,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -110,9 +107,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -153,9 +147,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +194,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml b/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml
index 20a926274f4..8d5ee1bcd17 100644
--- a/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/TcpTransportBindingElement.xml
@@ -93,9 +93,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -135,9 +132,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -178,9 +172,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -296,9 +287,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -342,9 +330,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -432,9 +417,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -602,9 +584,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml b/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml
index e9230ea69ce..d395fb0ec87 100644
--- a/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/TextMessageEncodingBindingElement.xml
@@ -96,9 +96,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -136,9 +133,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -178,9 +172,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -299,9 +290,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -343,9 +331,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -387,9 +372,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -532,9 +514,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -586,9 +565,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -826,9 +802,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/TransportBindingElement.xml b/xml/System.ServiceModel.Channels/TransportBindingElement.xml
index afe5a232d56..6a7cc22139d 100644
--- a/xml/System.ServiceModel.Channels/TransportBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/TransportBindingElement.xml
@@ -85,9 +85,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -118,9 +115,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +148,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -216,9 +207,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -273,9 +261,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -327,9 +312,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -380,9 +362,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml
index 9dab84861a5..f32f4652eef 100644
--- a/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/TransportSecurityBindingElement.xml
@@ -93,9 +93,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -129,9 +126,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -214,9 +208,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -262,9 +253,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml b/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml
index 1c3efa2c405..874f25b78a2 100644
--- a/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml
+++ b/xml/System.ServiceModel.Channels/UnderstoodHeaders.xml
@@ -72,9 +72,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -115,9 +112,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -158,9 +152,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -197,9 +188,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -238,9 +226,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml b/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml
index ff0dd318f13..7c2e951a29a 100644
--- a/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml
+++ b/xml/System.ServiceModel.Channels/WebSocketTransportSettings.xml
@@ -61,9 +61,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +120,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -218,9 +212,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -268,9 +259,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -311,9 +299,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -350,9 +335,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -386,9 +368,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -538,9 +517,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -579,9 +555,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -613,9 +586,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml b/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml
index 172c7d99d0a..64c78502b05 100644
--- a/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml
+++ b/xml/System.ServiceModel.Channels/WebSocketTransportUsage.xml
@@ -57,9 +57,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -91,9 +88,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +119,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml b/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml
index d4b894d5311..cc6f7f26694 100644
--- a/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml
+++ b/xml/System.ServiceModel.Channels/WindowsStreamSecurityBindingElement.xml
@@ -121,9 +121,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -194,9 +191,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -385,9 +379,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -493,9 +484,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -534,9 +522,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Description/ClientCredentials.xml b/xml/System.ServiceModel.Description/ClientCredentials.xml
index 7144289c53b..8bcc9b3f6eb 100644
--- a/xml/System.ServiceModel.Description/ClientCredentials.xml
+++ b/xml/System.ServiceModel.Description/ClientCredentials.xml
@@ -109,9 +109,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -156,9 +153,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -204,9 +198,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -253,9 +244,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -304,9 +292,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -341,9 +326,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -382,9 +364,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -459,9 +438,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -613,9 +589,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -725,9 +698,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -785,9 +755,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -838,9 +805,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -904,9 +868,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -955,9 +916,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/ContractDescription.xml b/xml/System.ServiceModel.Description/ContractDescription.xml
index 5baf2ca26a9..f3d13272d8b 100644
--- a/xml/System.ServiceModel.Description/ContractDescription.xml
+++ b/xml/System.ServiceModel.Description/ContractDescription.xml
@@ -103,9 +103,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -157,9 +154,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -257,9 +251,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -316,9 +307,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -373,9 +361,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -409,9 +394,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -483,9 +465,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -711,9 +690,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -755,9 +731,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -811,9 +784,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml b/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml
index fd68feed33c..e009d4fcd4a 100644
--- a/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml
+++ b/xml/System.ServiceModel.Description/DataContractSerializerOperationBehavior.xml
@@ -104,9 +104,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -194,9 +188,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -247,9 +238,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -300,9 +288,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -341,9 +326,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -470,9 +452,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -503,9 +482,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -545,9 +521,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -589,9 +562,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -633,9 +603,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -677,9 +644,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/FaultDescription.xml b/xml/System.ServiceModel.Description/FaultDescription.xml
index 93dcf8fa9c8..84ebc8ec36a 100644
--- a/xml/System.ServiceModel.Description/FaultDescription.xml
+++ b/xml/System.ServiceModel.Description/FaultDescription.xml
@@ -73,9 +73,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -116,9 +113,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -169,9 +163,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -263,9 +254,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -299,9 +287,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/IContractBehavior.xml b/xml/System.ServiceModel.Description/IContractBehavior.xml
index cf84c92cd67..528abaec743 100644
--- a/xml/System.ServiceModel.Description/IContractBehavior.xml
+++ b/xml/System.ServiceModel.Description/IContractBehavior.xml
@@ -120,9 +120,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -172,9 +169,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -240,9 +234,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -308,9 +299,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/IEndpointBehavior.xml b/xml/System.ServiceModel.Description/IEndpointBehavior.xml
index dda4836a721..95f258345bd 100644
--- a/xml/System.ServiceModel.Description/IEndpointBehavior.xml
+++ b/xml/System.ServiceModel.Description/IEndpointBehavior.xml
@@ -112,9 +112,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -160,9 +157,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -212,9 +206,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -287,9 +278,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/IOperationBehavior.xml b/xml/System.ServiceModel.Description/IOperationBehavior.xml
index 8e3da9ce1e3..5da614ec7bf 100644
--- a/xml/System.ServiceModel.Description/IOperationBehavior.xml
+++ b/xml/System.ServiceModel.Description/IOperationBehavior.xml
@@ -106,9 +106,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +151,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -217,9 +211,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -280,9 +271,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageBodyDescription.xml b/xml/System.ServiceModel.Description/MessageBodyDescription.xml
index 9d79a4256dd..4c96829c3d2 100644
--- a/xml/System.ServiceModel.Description/MessageBodyDescription.xml
+++ b/xml/System.ServiceModel.Description/MessageBodyDescription.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -99,9 +96,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -141,9 +135,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -191,9 +182,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -233,9 +221,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageDescription.xml b/xml/System.ServiceModel.Description/MessageDescription.xml
index 0e8ebf7a819..1a165867117 100644
--- a/xml/System.ServiceModel.Description/MessageDescription.xml
+++ b/xml/System.ServiceModel.Description/MessageDescription.xml
@@ -81,9 +81,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -127,9 +124,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -186,9 +180,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -229,9 +220,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -312,9 +300,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -348,9 +333,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -405,9 +387,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml
index 50233f5b1c1..b5b28231aef 100644
--- a/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml
+++ b/xml/System.ServiceModel.Description/MessageDescriptionCollection.xml
@@ -74,9 +74,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageDirection.xml b/xml/System.ServiceModel.Description/MessageDirection.xml
index 94b95090f5a..5af697053b2 100644
--- a/xml/System.ServiceModel.Description/MessageDirection.xml
+++ b/xml/System.ServiceModel.Description/MessageDirection.xml
@@ -70,9 +70,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -105,9 +102,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageHeaderDescription.xml b/xml/System.ServiceModel.Description/MessageHeaderDescription.xml
index 38f8b6f7c05..db76393e553 100644
--- a/xml/System.ServiceModel.Description/MessageHeaderDescription.xml
+++ b/xml/System.ServiceModel.Description/MessageHeaderDescription.xml
@@ -60,9 +60,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -104,9 +101,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +148,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -205,9 +196,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -256,9 +244,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml
index 4746d75ad79..c9f3761e35f 100644
--- a/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml
+++ b/xml/System.ServiceModel.Description/MessageHeaderDescriptionCollection.xml
@@ -71,9 +71,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessagePartDescription.xml b/xml/System.ServiceModel.Description/MessagePartDescription.xml
index 107c8044879..2d08ae9f7f6 100644
--- a/xml/System.ServiceModel.Description/MessagePartDescription.xml
+++ b/xml/System.ServiceModel.Description/MessagePartDescription.xml
@@ -81,9 +81,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -153,9 +150,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -199,9 +193,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -252,9 +243,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -303,9 +291,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -339,9 +324,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -414,9 +396,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml
index 029fd1ed495..977d8a589cb 100644
--- a/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml
+++ b/xml/System.ServiceModel.Description/MessagePartDescriptionCollection.xml
@@ -71,9 +71,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessagePropertyDescription.xml b/xml/System.ServiceModel.Description/MessagePropertyDescription.xml
index 80b4c7afb5b..40dea2fdc0f 100644
--- a/xml/System.ServiceModel.Description/MessagePropertyDescription.xml
+++ b/xml/System.ServiceModel.Description/MessagePropertyDescription.xml
@@ -67,9 +67,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml b/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml
index 8d9d69f8991..a2f5c7889b1 100644
--- a/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml
+++ b/xml/System.ServiceModel.Description/MessagePropertyDescriptionCollection.xml
@@ -71,9 +71,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/OperationDescription.xml b/xml/System.ServiceModel.Description/OperationDescription.xml
index 6aad046650e..1049430e155 100644
--- a/xml/System.ServiceModel.Description/OperationDescription.xml
+++ b/xml/System.ServiceModel.Description/OperationDescription.xml
@@ -85,9 +85,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -157,9 +154,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -210,9 +204,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -289,9 +280,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -433,9 +421,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -532,9 +517,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -581,9 +563,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -623,9 +602,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -665,9 +641,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -812,9 +785,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml b/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml
index 91978d20c59..b8276953b7e 100644
--- a/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml
+++ b/xml/System.ServiceModel.Description/OperationDescriptionCollection.xml
@@ -72,9 +72,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -119,9 +116,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -161,9 +155,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -211,9 +202,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/ServiceEndpoint.xml b/xml/System.ServiceModel.Description/ServiceEndpoint.xml
index c8d10646fbf..3e51635abed 100644
--- a/xml/System.ServiceModel.Description/ServiceEndpoint.xml
+++ b/xml/System.ServiceModel.Description/ServiceEndpoint.xml
@@ -93,9 +93,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -142,9 +139,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -195,9 +189,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -306,9 +297,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -369,9 +357,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -423,9 +408,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -582,9 +564,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/TypedMessageConverter.xml b/xml/System.ServiceModel.Description/TypedMessageConverter.xml
index 9ea06d40ca9..d8b1bab701f 100644
--- a/xml/System.ServiceModel.Description/TypedMessageConverter.xml
+++ b/xml/System.ServiceModel.Description/TypedMessageConverter.xml
@@ -48,9 +48,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -89,9 +86,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -126,9 +120,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -171,9 +162,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -216,9 +204,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -255,9 +240,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -296,9 +278,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -337,9 +316,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -386,9 +362,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -419,9 +392,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml b/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml
index 55cd05dee6b..8978095231a 100644
--- a/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml
+++ b/xml/System.ServiceModel.Description/XmlSerializerOperationBehavior.xml
@@ -93,9 +93,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -137,9 +134,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -174,9 +168,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -211,9 +202,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -259,9 +247,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -307,9 +292,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -355,9 +337,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -478,9 +457,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/ClientOperation.xml b/xml/System.ServiceModel.Dispatcher/ClientOperation.xml
index f1e7a41a214..c473414063d 100644
--- a/xml/System.ServiceModel.Dispatcher/ClientOperation.xml
+++ b/xml/System.ServiceModel.Dispatcher/ClientOperation.xml
@@ -123,9 +123,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -169,9 +166,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -211,9 +205,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -255,9 +246,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -295,9 +283,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -338,9 +323,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -385,9 +367,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -423,9 +402,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -472,9 +448,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -564,9 +537,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -655,9 +625,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -756,9 +723,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -798,9 +762,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -847,9 +808,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -895,9 +853,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -935,9 +890,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -970,9 +922,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml b/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml
index e587e09e41c..878f1c91c5b 100644
--- a/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml
+++ b/xml/System.ServiceModel.Dispatcher/ClientRuntime.xml
@@ -150,9 +150,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -182,9 +179,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -230,9 +224,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -272,9 +263,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -315,9 +303,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -357,9 +342,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -399,9 +381,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -438,9 +417,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -495,9 +471,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -542,9 +515,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -738,9 +708,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -787,9 +754,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -864,9 +828,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml b/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml
index 3a00fc46b3b..b49f04b1d3c 100644
--- a/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml
+++ b/xml/System.ServiceModel.Dispatcher/DispatchOperation.xml
@@ -99,9 +99,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -186,9 +183,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -228,9 +222,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -316,9 +307,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -549,9 +537,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -625,9 +610,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -706,9 +688,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -844,9 +823,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml b/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml
index de1547983e8..6f5556324bb 100644
--- a/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml
+++ b/xml/System.ServiceModel.Dispatcher/DispatchRuntime.xml
@@ -630,9 +630,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml b/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml
index 0ded53f2901..cc3836fc449 100644
--- a/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml
+++ b/xml/System.ServiceModel.Dispatcher/FaultContractInfo.xml
@@ -62,9 +62,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -110,9 +107,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +143,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml b/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml
index 0ab0ff4dbda..ff25a1e8a47 100644
--- a/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml
+++ b/xml/System.ServiceModel.Dispatcher/IChannelInitializer.xml
@@ -57,9 +57,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml b/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml
index cdf75f3cf6c..2d4d19cdea4 100644
--- a/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml
+++ b/xml/System.ServiceModel.Dispatcher/IClientMessageFormatter.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -115,9 +112,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml b/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml
index 8edaed31dc2..a2d7ba62350 100644
--- a/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml
+++ b/xml/System.ServiceModel.Dispatcher/IClientMessageInspector.xml
@@ -81,9 +81,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -148,9 +145,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml b/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml
index 2e10406f44e..8ed8c9a7df6 100644
--- a/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml
+++ b/xml/System.ServiceModel.Dispatcher/IClientOperationSelector.xml
@@ -64,9 +64,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -108,9 +105,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IDispatchMessageInspector.xml b/xml/System.ServiceModel.Dispatcher/IDispatchMessageInspector.xml
index 238e76ca4c8..ec2c05e0f4d 100644
--- a/xml/System.ServiceModel.Dispatcher/IDispatchMessageInspector.xml
+++ b/xml/System.ServiceModel.Dispatcher/IDispatchMessageInspector.xml
@@ -71,9 +71,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -135,9 +132,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml b/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml
index e5ff8f15ba8..77e3402c99e 100644
--- a/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml
+++ b/xml/System.ServiceModel.Dispatcher/IInteractiveChannelInitializer.xml
@@ -87,9 +87,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -141,9 +138,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml b/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml
index 043803a953e..793883c2ab3 100644
--- a/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml
+++ b/xml/System.ServiceModel.Dispatcher/IParameterInspector.xml
@@ -89,9 +89,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -160,9 +157,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml b/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml
index 4d77f64eb8e..283de20bff2 100644
--- a/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml
+++ b/xml/System.ServiceModel.Security.Tokens/BinarySecretSecurityToken.xml
@@ -75,9 +75,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -152,9 +149,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -236,9 +230,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -280,9 +271,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -323,9 +311,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -362,9 +347,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -406,9 +388,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -444,9 +423,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -488,9 +464,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -532,9 +505,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml
index 3b36d412c83..7b307119dcd 100644
--- a/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml
+++ b/xml/System.ServiceModel.Security.Tokens/IssuedSecurityTokenParameters.xml
@@ -76,9 +76,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -126,9 +123,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -527,9 +521,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -653,9 +644,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -697,9 +685,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -823,9 +808,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -974,9 +956,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml
index 434156a83fd..ad64f9d4564 100644
--- a/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml
+++ b/xml/System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParameters.xml
@@ -82,9 +82,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -137,9 +134,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -427,9 +421,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -695,9 +686,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml
index 08152213de6..c68afc7846c 100644
--- a/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml
+++ b/xml/System.ServiceModel.Security.Tokens/SecurityTokenParameters.xml
@@ -176,9 +176,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -522,9 +519,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml b/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml
index 5d55666bf47..b07881a6955 100644
--- a/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml
+++ b/xml/System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenRequirement.xml
@@ -59,9 +59,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -140,9 +137,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml
index 6b93301b591..b3ee042e79e 100644
--- a/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml
+++ b/xml/System.ServiceModel.Security.Tokens/SupportingTokenParameters.xml
@@ -69,9 +69,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -118,9 +115,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -187,9 +181,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -275,9 +266,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -327,9 +315,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml b/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml
index a09784ca252..01868be0300 100644
--- a/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml
+++ b/xml/System.ServiceModel.Security.Tokens/UserNameSecurityTokenParameters.xml
@@ -87,9 +87,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml b/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml
index 31c1ae84f55..d3d038804ec 100644
--- a/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml
+++ b/xml/System.ServiceModel.Security/BasicSecurityProfileVersion.xml
@@ -63,9 +63,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml b/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml
index 939c9e9745f..f389b0c8517 100644
--- a/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml
+++ b/xml/System.ServiceModel.Security/HttpDigestClientCredential.xml
@@ -122,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/MessageSecurityException.xml b/xml/System.ServiceModel.Security/MessageSecurityException.xml
index e924358abc4..2bc62652829 100644
--- a/xml/System.ServiceModel.Security/MessageSecurityException.xml
+++ b/xml/System.ServiceModel.Security/MessageSecurityException.xml
@@ -113,9 +113,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +149,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -196,9 +190,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecureConversationVersion.xml b/xml/System.ServiceModel.Security/SecureConversationVersion.xml
index b1dde5cefea..02725691a6b 100644
--- a/xml/System.ServiceModel.Security/SecureConversationVersion.xml
+++ b/xml/System.ServiceModel.Security/SecureConversationVersion.xml
@@ -85,9 +85,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -130,9 +127,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -175,9 +169,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -255,9 +246,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml b/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml
index c850ec208e2..29cbd813283 100644
--- a/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml
+++ b/xml/System.ServiceModel.Security/SecurityAccessDeniedException.xml
@@ -105,9 +105,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -144,9 +141,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -188,9 +182,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml b/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml
index 3670b841b83..9ae947a6ee3 100644
--- a/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml
+++ b/xml/System.ServiceModel.Security/SecurityAlgorithmSuite.xml
@@ -69,9 +69,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -565,9 +562,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -607,9 +601,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -649,9 +640,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -691,9 +679,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -733,9 +718,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -775,9 +757,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -817,9 +796,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -859,9 +835,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -901,9 +874,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -936,9 +906,6 @@
System.ServiceModel.Security
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -970,9 +937,6 @@
System.ServiceModel.Security
4.6.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
System.ServiceModel.Primitives
@@ -1295,9 +1259,6 @@
System.ServiceModel.Security
4.6.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
System.ServiceModel.Primitives
@@ -1410,9 +1371,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml b/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml
index beaaccf1fff..c0d2b7d2fb1 100644
--- a/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml
+++ b/xml/System.ServiceModel.Security/SecurityCredentialsManager.xml
@@ -58,9 +58,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -92,9 +89,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml
index 3338321b6ec..d4c6407db23 100644
--- a/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml
+++ b/xml/System.ServiceModel.Security/SecurityKeyEntropyMode.xml
@@ -57,9 +57,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -90,9 +87,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -123,9 +117,6 @@
System.ServiceModel.Security
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityNegotiationException.xml b/xml/System.ServiceModel.Security/SecurityNegotiationException.xml
index cf9d132e74b..3ebcb3b5f15 100644
--- a/xml/System.ServiceModel.Security/SecurityNegotiationException.xml
+++ b/xml/System.ServiceModel.Security/SecurityNegotiationException.xml
@@ -81,9 +81,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -116,9 +113,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +148,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -194,9 +185,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml b/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml
index 9d47a98b340..89ec5adaa39 100644
--- a/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml
+++ b/xml/System.ServiceModel.Security/SecurityPolicyVersion.xml
@@ -85,9 +85,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -130,9 +127,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -175,9 +169,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/SecurityVersion.xml b/xml/System.ServiceModel.Security/SecurityVersion.xml
index ec0542336d6..90cb132cbb3 100644
--- a/xml/System.ServiceModel.Security/SecurityVersion.xml
+++ b/xml/System.ServiceModel.Security/SecurityVersion.xml
@@ -85,9 +85,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -124,9 +121,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/TrustVersion.xml b/xml/System.ServiceModel.Security/TrustVersion.xml
index 46119db89e6..ebd7d49a3d2 100644
--- a/xml/System.ServiceModel.Security/TrustVersion.xml
+++ b/xml/System.ServiceModel.Security/TrustVersion.xml
@@ -85,9 +85,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -130,9 +127,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -175,9 +169,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -255,9 +246,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml b/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml
index 673353db352..a37059f6b69 100644
--- a/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml
+++ b/xml/System.ServiceModel.Security/UserNamePasswordClientCredential.xml
@@ -67,9 +67,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -119,9 +116,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/WindowsClientCredential.xml b/xml/System.ServiceModel.Security/WindowsClientCredential.xml
index 24c3ca2a16b..965ea93520a 100644
--- a/xml/System.ServiceModel.Security/WindowsClientCredential.xml
+++ b/xml/System.ServiceModel.Security/WindowsClientCredential.xml
@@ -75,9 +75,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -189,9 +186,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml b/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml
index a52fb5d85ff..bf296bb5f54 100644
--- a/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml
+++ b/xml/System.ServiceModel.Security/X509CertificateInitiatorClientCredential.xml
@@ -57,9 +57,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -116,9 +113,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -182,9 +176,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml b/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml
index 042dcb9c75d..d60b1943457 100644
--- a/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml
+++ b/xml/System.ServiceModel.Security/X509CertificateRecipientClientCredential.xml
@@ -73,9 +73,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -128,9 +125,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -184,9 +178,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -264,9 +255,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -333,9 +321,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -419,9 +404,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -488,9 +470,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -563,9 +542,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml b/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml
index c6b10354630..3c08a4cdf07 100644
--- a/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml
+++ b/xml/System.ServiceModel.Security/X509CertificateValidationMode.xml
@@ -73,9 +73,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -111,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -187,9 +178,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -225,9 +213,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml b/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml
index 8687d6b2d3e..8593f247fc7 100644
--- a/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml
+++ b/xml/System.ServiceModel.Security/X509ServiceCertificateAuthentication.xml
@@ -69,9 +69,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -101,9 +98,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -161,9 +155,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -222,9 +213,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -283,9 +271,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ActionNotSupportedException.xml b/xml/System.ServiceModel/ActionNotSupportedException.xml
index a4737a30c25..7e1d65621df 100644
--- a/xml/System.ServiceModel/ActionNotSupportedException.xml
+++ b/xml/System.ServiceModel/ActionNotSupportedException.xml
@@ -97,9 +97,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -136,9 +133,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -182,9 +176,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -233,9 +224,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpBinding.xml b/xml/System.ServiceModel/BasicHttpBinding.xml
index fe452e3964f..7a72bcf9cd2 100644
--- a/xml/System.ServiceModel/BasicHttpBinding.xml
+++ b/xml/System.ServiceModel/BasicHttpBinding.xml
@@ -102,9 +102,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +151,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -294,9 +288,6 @@ The value of this property can also be set in the configuration file.
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -412,9 +403,6 @@ The value of this property can also be set in the configuration file.
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -816,9 +804,6 @@ The value of this property can also be set in the configuration file.
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -1065,9 +1050,6 @@ string thisScheme = binding.Scheme;
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml b/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml
index 877ce95479f..15bd07f529c 100644
--- a/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml
+++ b/xml/System.ServiceModel/BasicHttpMessageCredentialType.xml
@@ -89,9 +89,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -124,9 +121,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpMessageSecurity.xml b/xml/System.ServiceModel/BasicHttpMessageSecurity.xml
index 0eeb70857c2..59b82302c98 100644
--- a/xml/System.ServiceModel/BasicHttpMessageSecurity.xml
+++ b/xml/System.ServiceModel/BasicHttpMessageSecurity.xml
@@ -58,9 +58,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -87,9 +84,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -139,9 +133,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpSecurity.xml b/xml/System.ServiceModel/BasicHttpSecurity.xml
index 2a10a8cb0d3..ee3ed672fd9 100644
--- a/xml/System.ServiceModel/BasicHttpSecurity.xml
+++ b/xml/System.ServiceModel/BasicHttpSecurity.xml
@@ -63,9 +63,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -97,9 +94,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +146,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -276,9 +267,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpSecurityMode.xml b/xml/System.ServiceModel/BasicHttpSecurityMode.xml
index d89d2648e91..2d2c34deb34 100644
--- a/xml/System.ServiceModel/BasicHttpSecurityMode.xml
+++ b/xml/System.ServiceModel/BasicHttpSecurityMode.xml
@@ -70,9 +70,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -105,9 +102,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -140,9 +134,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -175,9 +166,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -210,9 +198,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpsBinding.xml b/xml/System.ServiceModel/BasicHttpsBinding.xml
index 59dffdb4fb8..824581e48d9 100644
--- a/xml/System.ServiceModel/BasicHttpsBinding.xml
+++ b/xml/System.ServiceModel/BasicHttpsBinding.xml
@@ -70,9 +70,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -101,9 +98,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -158,9 +152,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -200,9 +191,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -231,9 +219,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -295,9 +280,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpsSecurity.xml b/xml/System.ServiceModel/BasicHttpsSecurity.xml
index ee724018eb7..23d94609c7a 100644
--- a/xml/System.ServiceModel/BasicHttpsSecurity.xml
+++ b/xml/System.ServiceModel/BasicHttpsSecurity.xml
@@ -77,9 +77,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -110,9 +107,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -208,9 +202,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/BasicHttpsSecurityMode.xml b/xml/System.ServiceModel/BasicHttpsSecurityMode.xml
index 5a8cf735ff6..a01168a4b57 100644
--- a/xml/System.ServiceModel/BasicHttpsSecurityMode.xml
+++ b/xml/System.ServiceModel/BasicHttpsSecurityMode.xml
@@ -54,9 +54,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -87,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CacheSetting.xml b/xml/System.ServiceModel/CacheSetting.xml
index aa2d832cc2e..fe448a89e20 100644
--- a/xml/System.ServiceModel/CacheSetting.xml
+++ b/xml/System.ServiceModel/CacheSetting.xml
@@ -38,9 +38,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -65,9 +62,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -92,9 +86,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CallbackBehaviorAttribute.xml b/xml/System.ServiceModel/CallbackBehaviorAttribute.xml
index 87a06ae568c..b36ef634160 100644
--- a/xml/System.ServiceModel/CallbackBehaviorAttribute.xml
+++ b/xml/System.ServiceModel/CallbackBehaviorAttribute.xml
@@ -112,9 +112,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -175,9 +172,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -443,9 +437,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -497,9 +488,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -551,9 +539,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -600,9 +585,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -720,9 +702,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/ChannelFactory.xml b/xml/System.ServiceModel/ChannelFactory.xml
index 0ab2da6af79..7014935d4cf 100644
--- a/xml/System.ServiceModel/ChannelFactory.xml
+++ b/xml/System.ServiceModel/ChannelFactory.xml
@@ -110,9 +110,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -143,9 +140,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -200,9 +194,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -237,9 +228,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -275,9 +263,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -328,9 +313,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -374,9 +356,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -417,9 +396,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -463,9 +439,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -510,9 +483,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -582,9 +552,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -630,9 +597,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -683,9 +647,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -739,9 +700,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -782,9 +740,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -833,9 +788,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -884,9 +836,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -923,9 +872,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -962,9 +908,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1001,9 +944,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1041,9 +981,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1084,9 +1021,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1113,8 +1047,6 @@
System.ServiceModel.Primitives
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -1154,9 +1086,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ChannelFactory`1.xml b/xml/System.ServiceModel/ChannelFactory`1.xml
index 1aa18ebef52..bb17fce1948 100644
--- a/xml/System.ServiceModel/ChannelFactory`1.xml
+++ b/xml/System.ServiceModel/ChannelFactory`1.xml
@@ -178,9 +178,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -227,9 +224,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -287,9 +281,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -332,9 +323,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -426,9 +414,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -497,9 +482,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -549,9 +531,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -640,9 +619,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1089,9 +1065,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ChannelTerminatedException.xml b/xml/System.ServiceModel/ChannelTerminatedException.xml
index 2b15664418b..4541b4725f3 100644
--- a/xml/System.ServiceModel/ChannelTerminatedException.xml
+++ b/xml/System.ServiceModel/ChannelTerminatedException.xml
@@ -85,9 +85,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -120,9 +117,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -165,9 +159,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -212,9 +203,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml b/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml
index 1f21343c1a2..e5ef2c63e98 100644
--- a/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml
+++ b/xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml
@@ -106,9 +106,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -224,9 +221,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -379,9 +373,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -608,9 +599,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -654,9 +642,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -711,9 +696,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -757,9 +739,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -805,9 +784,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -841,9 +817,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -901,9 +874,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -942,9 +912,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -980,9 +947,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1040,9 +1004,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1086,9 +1047,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1134,9 +1092,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1176,9 +1131,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1232,9 +1184,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1274,9 +1223,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1318,9 +1264,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1363,9 +1306,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1409,9 +1349,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1458,9 +1395,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1504,9 +1438,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1555,9 +1486,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1596,9 +1524,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1632,9 +1557,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1682,9 +1604,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1738,9 +1657,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1782,9 +1698,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1838,9 +1751,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1882,9 +1792,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1938,9 +1845,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1984,9 +1888,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2019,9 +1920,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2055,9 +1953,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2105,9 +2000,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2146,9 +2038,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2181,9 +2070,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2233,9 +2119,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2279,9 +2162,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2314,9 +2194,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2350,9 +2227,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2400,9 +2274,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2445,9 +2316,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2491,9 +2359,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2528,9 +2393,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2565,9 +2427,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2610,9 +2469,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2645,9 +2501,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2686,9 +2539,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2724,9 +2574,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml b/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml
index 4d566fbe1e7..ed62fdc9ba2 100644
--- a/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml
+++ b/xml/System.ServiceModel/ClientBase`1+InvokeAsyncCompletedEventArgs.xml
@@ -66,9 +66,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ClientBase`1.xml b/xml/System.ServiceModel/ClientBase`1.xml
index 8f0fca1965d..f8113ad1d22 100644
--- a/xml/System.ServiceModel/ClientBase`1.xml
+++ b/xml/System.ServiceModel/ClientBase`1.xml
@@ -135,9 +135,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -180,9 +177,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -216,9 +210,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -267,9 +258,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -358,9 +346,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -412,9 +397,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -681,9 +663,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -717,9 +696,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -752,9 +728,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -788,9 +761,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -831,9 +801,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -886,9 +853,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -918,8 +882,6 @@
Method
System.ServiceModel.Primitives
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -956,9 +918,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1034,9 +993,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1078,9 +1034,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1119,9 +1072,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1162,9 +1112,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1217,9 +1164,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -1262,9 +1206,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1297,8 +1238,6 @@
System.ServiceModel.Primitives
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -1335,9 +1274,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1397,9 +1333,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1449,9 +1382,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1513,9 +1443,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1565,9 +1492,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1613,9 +1537,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1663,9 +1584,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1705,9 +1623,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1749,9 +1664,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1800,9 +1712,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1849,9 +1758,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1891,9 +1797,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1936,9 +1839,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1986,9 +1886,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2028,9 +1925,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -2072,9 +1966,6 @@ For more information, see 4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml b/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml
index af79699cd70..32e0c966bae 100644
--- a/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml
+++ b/xml/System.ServiceModel/ClientCredentialsSecurityTokenManager.xml
@@ -63,9 +63,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -106,9 +103,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -150,9 +144,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -196,9 +187,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -271,9 +259,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CommunicationException.xml b/xml/System.ServiceModel/CommunicationException.xml
index 56e9523e76c..594ebc997b2 100644
--- a/xml/System.ServiceModel/CommunicationException.xml
+++ b/xml/System.ServiceModel/CommunicationException.xml
@@ -108,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -147,9 +144,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -186,9 +180,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -230,9 +221,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CommunicationObjectAbortedException.xml b/xml/System.ServiceModel/CommunicationObjectAbortedException.xml
index 5df62f40688..0449852d29b 100644
--- a/xml/System.ServiceModel/CommunicationObjectAbortedException.xml
+++ b/xml/System.ServiceModel/CommunicationObjectAbortedException.xml
@@ -83,9 +83,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -122,9 +119,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -168,9 +162,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -219,9 +210,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CommunicationObjectFaultedException.xml b/xml/System.ServiceModel/CommunicationObjectFaultedException.xml
index 9ac11b08921..92068e857af 100644
--- a/xml/System.ServiceModel/CommunicationObjectFaultedException.xml
+++ b/xml/System.ServiceModel/CommunicationObjectFaultedException.xml
@@ -86,9 +86,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -132,9 +129,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -178,9 +172,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -229,9 +220,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/CommunicationState.xml b/xml/System.ServiceModel/CommunicationState.xml
index 7babf9a8155..dafc55197d6 100644
--- a/xml/System.ServiceModel/CommunicationState.xml
+++ b/xml/System.ServiceModel/CommunicationState.xml
@@ -102,9 +102,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -137,9 +134,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -172,9 +166,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -207,9 +198,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -242,9 +230,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -277,9 +262,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/DataContractFormatAttribute.xml b/xml/System.ServiceModel/DataContractFormatAttribute.xml
index 80035835371..108a680776d 100644
--- a/xml/System.ServiceModel/DataContractFormatAttribute.xml
+++ b/xml/System.ServiceModel/DataContractFormatAttribute.xml
@@ -92,9 +92,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -131,9 +128,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/DeliveryRequirementsAttribute.xml b/xml/System.ServiceModel/DeliveryRequirementsAttribute.xml
index 6d967d3c794..5e85d0aedb1 100644
--- a/xml/System.ServiceModel/DeliveryRequirementsAttribute.xml
+++ b/xml/System.ServiceModel/DeliveryRequirementsAttribute.xml
@@ -79,9 +79,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -122,9 +119,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -173,9 +167,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -236,9 +227,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -284,9 +272,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -332,9 +317,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -380,9 +362,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/DnsEndpointIdentity.xml b/xml/System.ServiceModel/DnsEndpointIdentity.xml
index 0b2c62222e5..6c09c9a30a0 100644
--- a/xml/System.ServiceModel/DnsEndpointIdentity.xml
+++ b/xml/System.ServiceModel/DnsEndpointIdentity.xml
@@ -117,9 +117,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/DuplexChannelFactory`1.xml b/xml/System.ServiceModel/DuplexChannelFactory`1.xml
index f65d9db32a0..fc774aa720a 100644
--- a/xml/System.ServiceModel/DuplexChannelFactory`1.xml
+++ b/xml/System.ServiceModel/DuplexChannelFactory`1.xml
@@ -218,9 +218,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -321,9 +318,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -657,9 +651,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -715,9 +706,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -760,9 +748,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1095,9 +1080,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1180,9 +1162,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1227,9 +1206,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -1400,9 +1376,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/DuplexClientBase`1.xml b/xml/System.ServiceModel/DuplexClientBase`1.xml
index a68b9091922..fd09db3bd62 100644
--- a/xml/System.ServiceModel/DuplexClientBase`1.xml
+++ b/xml/System.ServiceModel/DuplexClientBase`1.xml
@@ -148,9 +148,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -303,9 +300,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -441,9 +435,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -497,9 +488,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -610,9 +598,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/EndpointAddress.xml b/xml/System.ServiceModel/EndpointAddress.xml
index d5fb8e5967d..263f4dfeaf6 100644
--- a/xml/System.ServiceModel/EndpointAddress.xml
+++ b/xml/System.ServiceModel/EndpointAddress.xml
@@ -90,9 +90,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -133,9 +130,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -193,9 +187,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -342,9 +333,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -394,9 +382,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -449,9 +434,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -497,9 +479,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -621,9 +600,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -664,9 +640,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -718,9 +691,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -775,9 +745,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -830,9 +797,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -878,9 +842,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -928,9 +889,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1028,9 +986,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1248,9 +1203,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1292,9 +1244,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1360,9 +1309,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/EndpointAddressBuilder.xml b/xml/System.ServiceModel/EndpointAddressBuilder.xml
index 007231cbbb7..d1a7c4f1886 100644
--- a/xml/System.ServiceModel/EndpointAddressBuilder.xml
+++ b/xml/System.ServiceModel/EndpointAddressBuilder.xml
@@ -84,9 +84,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -251,9 +245,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -306,9 +297,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -439,9 +427,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -489,9 +474,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/EndpointIdentity.xml b/xml/System.ServiceModel/EndpointIdentity.xml
index b2d5b4523a4..8cfa3670302 100644
--- a/xml/System.ServiceModel/EndpointIdentity.xml
+++ b/xml/System.ServiceModel/EndpointIdentity.xml
@@ -74,9 +74,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -529,9 +526,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -571,9 +565,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -732,9 +723,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/EndpointNotFoundException.xml b/xml/System.ServiceModel/EndpointNotFoundException.xml
index 165ea1bae40..41c1d772e66 100644
--- a/xml/System.ServiceModel/EndpointNotFoundException.xml
+++ b/xml/System.ServiceModel/EndpointNotFoundException.xml
@@ -127,9 +127,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -173,9 +170,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -224,9 +218,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/EnvelopeVersion.xml b/xml/System.ServiceModel/EnvelopeVersion.xml
index e97486a249a..7a5540045af 100644
--- a/xml/System.ServiceModel/EnvelopeVersion.xml
+++ b/xml/System.ServiceModel/EnvelopeVersion.xml
@@ -75,9 +75,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -175,9 +169,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -232,9 +223,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -287,9 +275,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -342,9 +327,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ExceptionDetail.xml b/xml/System.ServiceModel/ExceptionDetail.xml
index 38f41d029e4..d4961bdf40f 100644
--- a/xml/System.ServiceModel/ExceptionDetail.xml
+++ b/xml/System.ServiceModel/ExceptionDetail.xml
@@ -75,9 +75,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +120,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -180,9 +174,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -237,9 +228,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -294,9 +282,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -347,9 +332,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -388,9 +370,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ExtensionCollection`1.xml b/xml/System.ServiceModel/ExtensionCollection`1.xml
index 0060f584e63..795790416a2 100644
--- a/xml/System.ServiceModel/ExtensionCollection`1.xml
+++ b/xml/System.ServiceModel/ExtensionCollection`1.xml
@@ -97,9 +97,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -130,9 +127,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -165,9 +159,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -201,9 +192,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -242,9 +230,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -280,9 +265,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -318,9 +300,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -354,9 +333,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultCode.xml b/xml/System.ServiceModel/FaultCode.xml
index 8b65cc02537..b62659bda31 100644
--- a/xml/System.ServiceModel/FaultCode.xml
+++ b/xml/System.ServiceModel/FaultCode.xml
@@ -83,9 +83,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -169,9 +163,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -224,9 +215,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -354,9 +342,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -429,9 +414,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -466,9 +448,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -503,9 +482,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -540,9 +516,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -582,9 +555,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -624,9 +594,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultContractAttribute.xml b/xml/System.ServiceModel/FaultContractAttribute.xml
index 9b522a83d93..f1e9459cc85 100644
--- a/xml/System.ServiceModel/FaultContractAttribute.xml
+++ b/xml/System.ServiceModel/FaultContractAttribute.xml
@@ -141,9 +141,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -193,9 +190,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -242,9 +236,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -335,9 +326,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -377,9 +365,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultException.xml b/xml/System.ServiceModel/FaultException.xml
index 3458c9ee96c..62d1f75eac0 100644
--- a/xml/System.ServiceModel/FaultException.xml
+++ b/xml/System.ServiceModel/FaultException.xml
@@ -122,9 +122,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -206,9 +203,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -244,9 +238,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -311,9 +302,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -348,9 +336,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -455,9 +440,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -497,9 +479,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -549,9 +528,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -611,9 +587,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -669,9 +642,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -744,9 +714,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -780,9 +747,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultException`1.xml b/xml/System.ServiceModel/FaultException`1.xml
index 417867957f3..4f16d5893f8 100644
--- a/xml/System.ServiceModel/FaultException`1.xml
+++ b/xml/System.ServiceModel/FaultException`1.xml
@@ -109,9 +109,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -163,9 +160,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -197,9 +191,6 @@
System.ServiceModel.Primitives
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -350,9 +341,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -437,9 +425,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -474,9 +459,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -554,9 +536,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultReason.xml b/xml/System.ServiceModel/FaultReason.xml
index 4ad1a3cb9a0..e0b43417a47 100644
--- a/xml/System.ServiceModel/FaultReason.xml
+++ b/xml/System.ServiceModel/FaultReason.xml
@@ -77,9 +77,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -117,9 +114,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -153,9 +147,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -199,9 +190,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -251,9 +239,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -307,9 +292,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/FaultReasonText.xml b/xml/System.ServiceModel/FaultReasonText.xml
index fe119461529..5a91a8b8b17 100644
--- a/xml/System.ServiceModel/FaultReasonText.xml
+++ b/xml/System.ServiceModel/FaultReasonText.xml
@@ -77,9 +77,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -142,9 +139,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -180,9 +174,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -221,9 +212,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -263,9 +251,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/HttpBindingBase.xml b/xml/System.ServiceModel/HttpBindingBase.xml
index 44671a4f860..aa06c222fa9 100644
--- a/xml/System.ServiceModel/HttpBindingBase.xml
+++ b/xml/System.ServiceModel/HttpBindingBase.xml
@@ -88,9 +88,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -127,9 +124,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -195,9 +189,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -267,9 +258,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -308,9 +296,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -349,9 +334,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -387,9 +369,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -432,9 +411,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -467,9 +443,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -604,9 +577,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -645,9 +615,6 @@ This member is an explicit interface member implementation. It can be used only
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -683,9 +650,6 @@ This member is an explicit interface member implementation. It can be used only
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/HttpClientCredentialType.xml b/xml/System.ServiceModel/HttpClientCredentialType.xml
index 15f2ba54c8c..ba6cb64eb6c 100644
--- a/xml/System.ServiceModel/HttpClientCredentialType.xml
+++ b/xml/System.ServiceModel/HttpClientCredentialType.xml
@@ -76,9 +76,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -111,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +140,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -180,9 +171,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -215,9 +203,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -250,9 +235,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -285,9 +267,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/HttpProxyCredentialType.xml b/xml/System.ServiceModel/HttpProxyCredentialType.xml
index efdb1407bf1..964527feb59 100644
--- a/xml/System.ServiceModel/HttpProxyCredentialType.xml
+++ b/xml/System.ServiceModel/HttpProxyCredentialType.xml
@@ -59,9 +59,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -91,9 +88,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -123,9 +117,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -155,9 +146,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -187,9 +175,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/HttpTransportSecurity.xml b/xml/System.ServiceModel/HttpTransportSecurity.xml
index dd29201a1f0..0bdcf99dcad 100644
--- a/xml/System.ServiceModel/HttpTransportSecurity.xml
+++ b/xml/System.ServiceModel/HttpTransportSecurity.xml
@@ -65,9 +65,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -98,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -194,9 +188,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -233,9 +224,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IClientChannel.xml b/xml/System.ServiceModel/IClientChannel.xml
index 38e6500514a..651f04d14a4 100644
--- a/xml/System.ServiceModel/IClientChannel.xml
+++ b/xml/System.ServiceModel/IClientChannel.xml
@@ -85,9 +85,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -129,9 +126,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -184,9 +178,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -228,9 +219,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -279,9 +267,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -318,9 +303,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -353,9 +335,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ICommunicationObject.xml b/xml/System.ServiceModel/ICommunicationObject.xml
index 51d8832ddd0..ed41bcd1bf4 100644
--- a/xml/System.ServiceModel/ICommunicationObject.xml
+++ b/xml/System.ServiceModel/ICommunicationObject.xml
@@ -96,9 +96,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -161,9 +158,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -213,9 +207,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -287,9 +278,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -340,9 +328,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -408,9 +393,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -464,9 +446,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -526,9 +505,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -561,9 +537,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -603,9 +576,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -645,9 +615,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -686,9 +653,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -739,9 +703,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -788,9 +749,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -843,9 +801,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -878,9 +833,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -920,9 +872,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IContextChannel.xml b/xml/System.ServiceModel/IContextChannel.xml
index 53b801e7bcd..32760403254 100644
--- a/xml/System.ServiceModel/IContextChannel.xml
+++ b/xml/System.ServiceModel/IContextChannel.xml
@@ -77,9 +77,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -126,9 +123,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -162,9 +156,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -198,9 +189,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -241,9 +229,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -277,9 +262,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -313,9 +295,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml b/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml
index 291b586cec7..26a31f0737e 100644
--- a/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml
+++ b/xml/System.ServiceModel/IDefaultCommunicationTimeouts.xml
@@ -68,9 +68,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -111,9 +108,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -154,9 +148,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -197,9 +188,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IExtensibleObject`1.xml b/xml/System.ServiceModel/IExtensibleObject`1.xml
index 7b2ad5aed97..b121f9b1c46 100644
--- a/xml/System.ServiceModel/IExtensibleObject`1.xml
+++ b/xml/System.ServiceModel/IExtensibleObject`1.xml
@@ -86,9 +86,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IExtensionCollection`1.xml b/xml/System.ServiceModel/IExtensionCollection`1.xml
index b1154f6325f..58eb518ea9c 100644
--- a/xml/System.ServiceModel/IExtensionCollection`1.xml
+++ b/xml/System.ServiceModel/IExtensionCollection`1.xml
@@ -78,9 +78,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -126,9 +123,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/IExtension`1.xml b/xml/System.ServiceModel/IExtension`1.xml
index e85321bd847..e70f343083d 100644
--- a/xml/System.ServiceModel/IExtension`1.xml
+++ b/xml/System.ServiceModel/IExtension`1.xml
@@ -72,9 +72,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -132,9 +129,6 @@ public void Attach(InstanceContext owner)
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/InstanceContext.xml b/xml/System.ServiceModel/InstanceContext.xml
index 03dc954c68e..c90e86e6ca5 100644
--- a/xml/System.ServiceModel/InstanceContext.xml
+++ b/xml/System.ServiceModel/InstanceContext.xml
@@ -91,7 +91,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -244,7 +243,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -287,7 +285,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -326,7 +323,6 @@
System.ServiceModel.Duplex
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -432,7 +428,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -651,7 +646,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -691,7 +685,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -739,7 +732,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -787,7 +779,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -830,7 +821,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -870,7 +860,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -913,7 +902,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -956,7 +944,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -996,7 +983,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -1039,7 +1025,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -1079,7 +1064,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
@@ -1198,7 +1182,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
5.0.0.0
diff --git a/xml/System.ServiceModel/InvalidMessageContractException.xml b/xml/System.ServiceModel/InvalidMessageContractException.xml
index 97f97735f8d..888da80fff1 100644
--- a/xml/System.ServiceModel/InvalidMessageContractException.xml
+++ b/xml/System.ServiceModel/InvalidMessageContractException.xml
@@ -112,9 +112,6 @@ public class AddMessage
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -158,9 +155,6 @@ public class AddMessage
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -204,9 +198,6 @@ public class AddMessage
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -255,9 +246,6 @@ public class AddMessage
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageBodyMemberAttribute.xml b/xml/System.ServiceModel/MessageBodyMemberAttribute.xml
index bae5db00a39..418ced8248c 100644
--- a/xml/System.ServiceModel/MessageBodyMemberAttribute.xml
+++ b/xml/System.ServiceModel/MessageBodyMemberAttribute.xml
@@ -88,9 +88,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -128,9 +125,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageContractAttribute.xml b/xml/System.ServiceModel/MessageContractAttribute.xml
index 19747c99883..5aec0c3c401 100644
--- a/xml/System.ServiceModel/MessageContractAttribute.xml
+++ b/xml/System.ServiceModel/MessageContractAttribute.xml
@@ -100,9 +100,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -174,9 +171,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -269,9 +263,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -320,9 +311,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageContractMemberAttribute.xml b/xml/System.ServiceModel/MessageContractMemberAttribute.xml
index 43d8c8949e0..bd17e0a43cd 100644
--- a/xml/System.ServiceModel/MessageContractMemberAttribute.xml
+++ b/xml/System.ServiceModel/MessageContractMemberAttribute.xml
@@ -94,9 +94,6 @@ public class BankingTransaction
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -167,9 +164,6 @@ public class BankingTransaction
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -230,9 +224,6 @@ public class BankingTransaction
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageCredentialType.xml b/xml/System.ServiceModel/MessageCredentialType.xml
index 858b41954df..ea16a3ae9a2 100644
--- a/xml/System.ServiceModel/MessageCredentialType.xml
+++ b/xml/System.ServiceModel/MessageCredentialType.xml
@@ -74,9 +74,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -109,9 +106,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -144,9 +138,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -179,9 +170,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -214,9 +202,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml b/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml
index 8afbd3cee1b..f77c7659d6a 100644
--- a/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml
+++ b/xml/System.ServiceModel/MessageHeaderArrayAttribute.xml
@@ -75,9 +75,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageHeaderAttribute.xml b/xml/System.ServiceModel/MessageHeaderAttribute.xml
index a61f0b6ae20..2aa575e3d88 100644
--- a/xml/System.ServiceModel/MessageHeaderAttribute.xml
+++ b/xml/System.ServiceModel/MessageHeaderAttribute.xml
@@ -121,9 +121,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +200,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageHeaderException.xml b/xml/System.ServiceModel/MessageHeaderException.xml
index 58feb288e90..e74e3001dc4 100644
--- a/xml/System.ServiceModel/MessageHeaderException.xml
+++ b/xml/System.ServiceModel/MessageHeaderException.xml
@@ -125,9 +125,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -171,9 +168,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -222,9 +216,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -267,9 +258,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -320,9 +308,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -366,9 +351,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -415,9 +397,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -463,9 +442,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -514,9 +490,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -556,9 +529,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -598,9 +568,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageHeader`1.xml b/xml/System.ServiceModel/MessageHeader`1.xml
index 85bcd1963c0..8ac36ce1638 100644
--- a/xml/System.ServiceModel/MessageHeader`1.xml
+++ b/xml/System.ServiceModel/MessageHeader`1.xml
@@ -80,9 +80,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -119,9 +116,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -161,9 +155,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -209,9 +200,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -262,9 +250,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -308,9 +293,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -350,9 +332,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -404,9 +383,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageParameterAttribute.xml b/xml/System.ServiceModel/MessageParameterAttribute.xml
index d571e3ab199..ad86caa05bf 100644
--- a/xml/System.ServiceModel/MessageParameterAttribute.xml
+++ b/xml/System.ServiceModel/MessageParameterAttribute.xml
@@ -92,9 +92,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -146,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessagePropertyAttribute.xml b/xml/System.ServiceModel/MessagePropertyAttribute.xml
index 1b8d949d073..c5dcb173706 100644
--- a/xml/System.ServiceModel/MessagePropertyAttribute.xml
+++ b/xml/System.ServiceModel/MessagePropertyAttribute.xml
@@ -77,9 +77,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageSecurityOverHttp.xml b/xml/System.ServiceModel/MessageSecurityOverHttp.xml
index 571beb02059..6d5a2068921 100644
--- a/xml/System.ServiceModel/MessageSecurityOverHttp.xml
+++ b/xml/System.ServiceModel/MessageSecurityOverHttp.xml
@@ -56,9 +56,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -85,9 +82,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -139,9 +133,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -202,9 +193,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -235,9 +223,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageSecurityOverTcp.xml b/xml/System.ServiceModel/MessageSecurityOverTcp.xml
index 77882205cb5..6a8d2151b7c 100644
--- a/xml/System.ServiceModel/MessageSecurityOverTcp.xml
+++ b/xml/System.ServiceModel/MessageSecurityOverTcp.xml
@@ -65,9 +65,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +149,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/MessageSecurityVersion.xml b/xml/System.ServiceModel/MessageSecurityVersion.xml
index 8595f1c7298..be16e82aa91 100644
--- a/xml/System.ServiceModel/MessageSecurityVersion.xml
+++ b/xml/System.ServiceModel/MessageSecurityVersion.xml
@@ -77,9 +77,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -162,9 +159,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -208,9 +202,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -298,9 +289,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -344,9 +332,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -427,9 +412,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -552,9 +534,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -598,9 +577,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/NetHttpBinding.xml b/xml/System.ServiceModel/NetHttpBinding.xml
index 963a1d0437c..a13081c9cee 100644
--- a/xml/System.ServiceModel/NetHttpBinding.xml
+++ b/xml/System.ServiceModel/NetHttpBinding.xml
@@ -82,9 +82,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -114,9 +111,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -149,9 +143,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -185,9 +176,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -221,9 +209,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -264,9 +249,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -300,9 +282,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -336,9 +315,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -395,9 +371,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -496,9 +469,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/NetHttpMessageEncoding.xml b/xml/System.ServiceModel/NetHttpMessageEncoding.xml
index 88c1a7d0f85..ebd01a11444 100644
--- a/xml/System.ServiceModel/NetHttpMessageEncoding.xml
+++ b/xml/System.ServiceModel/NetHttpMessageEncoding.xml
@@ -57,9 +57,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -91,9 +88,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -125,9 +119,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/NetHttpsBinding.xml b/xml/System.ServiceModel/NetHttpsBinding.xml
index 4fbe7d294c0..f96ff44c8fd 100644
--- a/xml/System.ServiceModel/NetHttpsBinding.xml
+++ b/xml/System.ServiceModel/NetHttpsBinding.xml
@@ -64,9 +64,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -95,9 +92,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -150,9 +144,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -185,9 +176,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -227,9 +215,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -262,9 +247,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -298,9 +280,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -356,9 +335,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -456,9 +432,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/NetTcpBinding.xml b/xml/System.ServiceModel/NetTcpBinding.xml
index 97316f21bea..32981a47492 100644
--- a/xml/System.ServiceModel/NetTcpBinding.xml
+++ b/xml/System.ServiceModel/NetTcpBinding.xml
@@ -105,9 +105,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -152,9 +149,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -202,9 +196,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -254,9 +245,6 @@
System.ServiceModel.NetTcp
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -306,9 +294,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -352,9 +337,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -490,9 +472,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -546,9 +525,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -649,9 +625,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -749,9 +722,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -808,9 +778,6 @@
System.ServiceModel.NetTcp
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -858,9 +825,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -912,9 +876,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1280,9 +1241,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/NetTcpSecurity.xml b/xml/System.ServiceModel/NetTcpSecurity.xml
index 9a127cf272c..ae03502d6ea 100644
--- a/xml/System.ServiceModel/NetTcpSecurity.xml
+++ b/xml/System.ServiceModel/NetTcpSecurity.xml
@@ -78,9 +78,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -115,9 +112,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -173,9 +167,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -236,9 +227,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml b/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml
index 722b41acd17..b18eb207ddf 100644
--- a/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml
+++ b/xml/System.ServiceModel/NonDualMessageSecurityOverHttp.xml
@@ -49,9 +49,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -78,9 +75,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -136,9 +130,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OperationContext.xml b/xml/System.ServiceModel/OperationContext.xml
index ab4125524de..27f20a14c6f 100644
--- a/xml/System.ServiceModel/OperationContext.xml
+++ b/xml/System.ServiceModel/OperationContext.xml
@@ -119,9 +119,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -168,9 +165,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -235,9 +229,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -325,9 +316,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -364,9 +352,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -485,9 +470,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -536,9 +518,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -579,9 +558,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -662,9 +638,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -700,9 +673,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -747,9 +717,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -798,9 +765,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -841,9 +805,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OperationContextScope.xml b/xml/System.ServiceModel/OperationContextScope.xml
index 51c99bb9909..85b79db77da 100644
--- a/xml/System.ServiceModel/OperationContextScope.xml
+++ b/xml/System.ServiceModel/OperationContextScope.xml
@@ -104,9 +104,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -157,9 +154,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -203,9 +197,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OperationContractAttribute.xml b/xml/System.ServiceModel/OperationContractAttribute.xml
index 6e889394696..8eeef589b57 100644
--- a/xml/System.ServiceModel/OperationContractAttribute.xml
+++ b/xml/System.ServiceModel/OperationContractAttribute.xml
@@ -148,9 +148,6 @@ public class OneAndTwoWay
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -181,9 +178,6 @@ public class OneAndTwoWay
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -252,9 +246,6 @@ public class OneAndTwoWay
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -376,9 +367,6 @@ public interface IAddTwoNumbers
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -485,9 +473,6 @@ public class InitializeAndTerminateService
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -579,9 +564,6 @@ public class OneAndTwoWay
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -683,9 +665,6 @@ public class InitializeAndTerminateService
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -806,9 +785,6 @@ public class InitializeAndTerminateService
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OperationFormatStyle.xml b/xml/System.ServiceModel/OperationFormatStyle.xml
index b364b9406e2..ed1632e5ea8 100644
--- a/xml/System.ServiceModel/OperationFormatStyle.xml
+++ b/xml/System.ServiceModel/OperationFormatStyle.xml
@@ -92,9 +92,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -127,9 +124,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OperationFormatUse.xml b/xml/System.ServiceModel/OperationFormatUse.xml
index 182f969e319..ac136fe4ebe 100644
--- a/xml/System.ServiceModel/OperationFormatUse.xml
+++ b/xml/System.ServiceModel/OperationFormatUse.xml
@@ -85,9 +85,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -117,9 +114,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/OptionalReliableSession.xml b/xml/System.ServiceModel/OptionalReliableSession.xml
index 5ad448badeb..825a8d99244 100644
--- a/xml/System.ServiceModel/OptionalReliableSession.xml
+++ b/xml/System.ServiceModel/OptionalReliableSession.xml
@@ -70,9 +70,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -144,9 +141,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ProtocolException.xml b/xml/System.ServiceModel/ProtocolException.xml
index 51a5afa612c..447ebc4c542 100644
--- a/xml/System.ServiceModel/ProtocolException.xml
+++ b/xml/System.ServiceModel/ProtocolException.xml
@@ -127,9 +127,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -175,9 +172,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -226,9 +220,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/QueuedDeliveryRequirementsMode.xml b/xml/System.ServiceModel/QueuedDeliveryRequirementsMode.xml
index 68bd2b0a001..40808ecb11c 100644
--- a/xml/System.ServiceModel/QueuedDeliveryRequirementsMode.xml
+++ b/xml/System.ServiceModel/QueuedDeliveryRequirementsMode.xml
@@ -49,9 +49,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -78,9 +75,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -107,9 +101,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/QuotaExceededException.xml b/xml/System.ServiceModel/QuotaExceededException.xml
index 666db91614b..59d05baec8a 100644
--- a/xml/System.ServiceModel/QuotaExceededException.xml
+++ b/xml/System.ServiceModel/QuotaExceededException.xml
@@ -123,9 +123,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -171,9 +168,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -222,9 +216,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ReliableMessagingVersion.xml b/xml/System.ServiceModel/ReliableMessagingVersion.xml
index 8fd1a41f366..f7ac7979f58 100644
--- a/xml/System.ServiceModel/ReliableMessagingVersion.xml
+++ b/xml/System.ServiceModel/ReliableMessagingVersion.xml
@@ -54,9 +54,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -81,9 +78,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -111,9 +105,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -141,9 +132,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ReliableSession.xml b/xml/System.ServiceModel/ReliableSession.xml
index 798565688b5..992d76d8464 100644
--- a/xml/System.ServiceModel/ReliableSession.xml
+++ b/xml/System.ServiceModel/ReliableSession.xml
@@ -66,9 +66,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -98,9 +95,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -139,9 +133,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -197,9 +188,6 @@
System.ServiceModel.Primitives
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/SecurityMode.xml b/xml/System.ServiceModel/SecurityMode.xml
index fa4feddd8f6..45b176a4b2b 100644
--- a/xml/System.ServiceModel/SecurityMode.xml
+++ b/xml/System.ServiceModel/SecurityMode.xml
@@ -78,9 +78,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -148,9 +142,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -183,9 +174,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ServerTooBusyException.xml b/xml/System.ServiceModel/ServerTooBusyException.xml
index 78202bda43b..b48b68d2272 100644
--- a/xml/System.ServiceModel/ServerTooBusyException.xml
+++ b/xml/System.ServiceModel/ServerTooBusyException.xml
@@ -124,9 +124,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -172,9 +169,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -223,9 +217,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ServiceActivationException.xml b/xml/System.ServiceModel/ServiceActivationException.xml
index e86254324ed..1f7680a49f6 100644
--- a/xml/System.ServiceModel/ServiceActivationException.xml
+++ b/xml/System.ServiceModel/ServiceActivationException.xml
@@ -113,9 +113,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -159,9 +156,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -210,9 +204,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ServiceContractAttribute.xml b/xml/System.ServiceModel/ServiceContractAttribute.xml
index fc5e6a4acd3..d019080df22 100644
--- a/xml/System.ServiceModel/ServiceContractAttribute.xml
+++ b/xml/System.ServiceModel/ServiceContractAttribute.xml
@@ -134,9 +134,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -180,9 +177,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -244,9 +238,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -336,9 +327,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -400,9 +388,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -517,9 +502,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml b/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml
index 16f74ccea2c..42f248661f8 100644
--- a/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml
+++ b/xml/System.ServiceModel/ServiceKnownTypeAttribute.xml
@@ -106,9 +106,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -157,9 +154,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -214,9 +208,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -270,9 +261,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -312,9 +300,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -361,9 +346,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/SessionMode.xml b/xml/System.ServiceModel/SessionMode.xml
index dc9d8e4c931..a3e0eeaadc6 100644
--- a/xml/System.ServiceModel/SessionMode.xml
+++ b/xml/System.ServiceModel/SessionMode.xml
@@ -81,9 +81,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -145,9 +139,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/SpnEndpointIdentity.xml b/xml/System.ServiceModel/SpnEndpointIdentity.xml
index 4c71c46ae52..d6d03701a18 100644
--- a/xml/System.ServiceModel/SpnEndpointIdentity.xml
+++ b/xml/System.ServiceModel/SpnEndpointIdentity.xml
@@ -144,9 +144,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
@@ -200,9 +197,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/TcpClientCredentialType.xml b/xml/System.ServiceModel/TcpClientCredentialType.xml
index d5a21c5b22a..52730e3509c 100644
--- a/xml/System.ServiceModel/TcpClientCredentialType.xml
+++ b/xml/System.ServiceModel/TcpClientCredentialType.xml
@@ -68,9 +68,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -103,9 +100,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -138,9 +132,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/TcpTransportSecurity.xml b/xml/System.ServiceModel/TcpTransportSecurity.xml
index e03c06b99ce..7781039283a 100644
--- a/xml/System.ServiceModel/TcpTransportSecurity.xml
+++ b/xml/System.ServiceModel/TcpTransportSecurity.xml
@@ -65,9 +65,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -98,9 +95,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -270,9 +264,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/TransferMode.xml b/xml/System.ServiceModel/TransferMode.xml
index a5ffad8bd62..0e9a177cba7 100644
--- a/xml/System.ServiceModel/TransferMode.xml
+++ b/xml/System.ServiceModel/TransferMode.xml
@@ -112,9 +112,6 @@ The following example sets the [TcpTransportBindingElement.TransferMode](xref:Sy
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -147,9 +144,6 @@ The following example sets the [TcpTransportBindingElement.TransferMode](xref:Sy
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -182,9 +176,6 @@ The following example sets the [TcpTransportBindingElement.TransferMode](xref:Sy
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -217,9 +208,6 @@ The following example sets the [TcpTransportBindingElement.TransferMode](xref:Sy
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml b/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml
index e9e6801d849..4f70670dcf2 100644
--- a/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml
+++ b/xml/System.ServiceModel/UnknownMessageReceivedEventArgs.xml
@@ -60,9 +60,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/UpnEndpointIdentity.xml b/xml/System.ServiceModel/UpnEndpointIdentity.xml
index 8b24c78925d..3a2030aebb5 100644
--- a/xml/System.ServiceModel/UpnEndpointIdentity.xml
+++ b/xml/System.ServiceModel/UpnEndpointIdentity.xml
@@ -116,9 +116,6 @@
4.0.2.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
diff --git a/xml/System.ServiceModel/WS2007HttpBinding.xml b/xml/System.ServiceModel/WS2007HttpBinding.xml
index af15ac0a960..0762dc80459 100644
--- a/xml/System.ServiceModel/WS2007HttpBinding.xml
+++ b/xml/System.ServiceModel/WS2007HttpBinding.xml
@@ -62,11 +62,6 @@
System.ServiceModel.Http
- 4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
- 5.0.0.0
6.0.0.0
@@ -102,11 +97,6 @@
System.ServiceModel.Http
- 4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
- 5.0.0.0
6.0.0.0
@@ -172,11 +162,6 @@
System.ServiceModel.Http
- 4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
- 5.0.0.0
6.0.0.0
@@ -213,11 +198,6 @@
System.ServiceModel.Http
- 4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
- 5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/WSHttpBinding.xml b/xml/System.ServiceModel/WSHttpBinding.xml
index 61753af94e6..51d4f03d76f 100644
--- a/xml/System.ServiceModel/WSHttpBinding.xml
+++ b/xml/System.ServiceModel/WSHttpBinding.xml
@@ -74,9 +74,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -113,9 +110,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -197,9 +191,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -242,9 +233,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -319,9 +307,6 @@ MyWebServiceClient client = new MyWebServiceClient();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -359,9 +344,6 @@ MyWebServiceClient client = new MyWebServiceClient();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -408,9 +390,6 @@ MyWebServiceClient client = new MyWebServiceClient();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -441,9 +420,6 @@ MyWebServiceClient client = new MyWebServiceClient();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -478,9 +454,6 @@ MyWebServiceClient client = new MyWebServiceClient();
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/WSHttpBindingBase.xml b/xml/System.ServiceModel/WSHttpBindingBase.xml
index 493e3205ec4..730a4fdc048 100644
--- a/xml/System.ServiceModel/WSHttpBindingBase.xml
+++ b/xml/System.ServiceModel/WSHttpBindingBase.xml
@@ -87,9 +87,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -126,9 +123,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -159,9 +153,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -222,9 +213,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -270,9 +258,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -307,9 +292,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -349,9 +331,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -423,9 +402,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -476,9 +452,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -529,9 +502,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -584,9 +554,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -641,9 +608,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -690,9 +654,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -742,9 +703,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -919,9 +877,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -967,9 +922,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -1016,9 +968,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/WSHttpSecurity.xml b/xml/System.ServiceModel/WSHttpSecurity.xml
index 693c83f04c8..25a54f2d29c 100644
--- a/xml/System.ServiceModel/WSHttpSecurity.xml
+++ b/xml/System.ServiceModel/WSHttpSecurity.xml
@@ -56,9 +56,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -89,9 +86,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -137,9 +131,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -290,9 +281,6 @@
System.ServiceModel.Http
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.ServiceModel/WSMessageEncoding.xml b/xml/System.ServiceModel/WSMessageEncoding.xml
index dbbf15602a5..cc490144abd 100644
--- a/xml/System.ServiceModel/WSMessageEncoding.xml
+++ b/xml/System.ServiceModel/WSMessageEncoding.xml
@@ -55,9 +55,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
@@ -84,9 +81,6 @@
System.ServiceModel.Http
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
6.0.0.0
diff --git a/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml b/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml
index 1f43f54d55c..0af2e8f27d7 100644
--- a/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml
+++ b/xml/System.ServiceModel/XmlSerializerFormatAttribute.xml
@@ -100,9 +100,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -142,9 +139,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -199,9 +193,6 @@
4.1.1.0
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
@@ -253,9 +244,6 @@
System.ServiceModel.Primitives
4.6.0.0
4.7.0.0
- 4.9.0.0
- 4.10.0.0
- 4.10.2.0
5.0.0.0
6.0.0.0
diff --git a/xml/System.Windows.Automation.Provider/IRawElementProviderSimple.xml b/xml/System.Windows.Automation.Provider/IRawElementProviderSimple.xml
index fee5a173353..3003a6937d6 100644
--- a/xml/System.Windows.Automation.Provider/IRawElementProviderSimple.xml
+++ b/xml/System.Windows.Automation.Provider/IRawElementProviderSimple.xml
@@ -71,7 +71,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -118,7 +117,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -170,7 +168,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -228,7 +225,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
diff --git a/xml/System.Windows.Automation.Provider/ITextRangeProvider.xml b/xml/System.Windows.Automation.Provider/ITextRangeProvider.xml
index d34c6b45b11..d4a947f3578 100644
--- a/xml/System.Windows.Automation.Provider/ITextRangeProvider.xml
+++ b/xml/System.Windows.Automation.Provider/ITextRangeProvider.xml
@@ -73,7 +73,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -114,7 +113,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -153,7 +151,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -190,7 +187,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -234,7 +230,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -311,7 +306,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -358,7 +352,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -406,7 +399,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -453,7 +445,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -489,7 +480,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -523,7 +513,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -555,7 +544,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -602,7 +590,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -686,7 +673,6 @@ Example of a text stream with embedded objects and their range spans
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -731,7 +717,6 @@ Example of a text stream with embedded objects and their range spans
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -804,7 +789,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -845,7 +829,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -889,7 +872,6 @@ Examples of how a text range is adjusted for Move() and ExpandToEnclosingUnit()
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
diff --git a/xml/System.Windows.Automation.Provider/ProviderOptions.xml b/xml/System.Windows.Automation.Provider/ProviderOptions.xml
index 1432015889d..70172008a94 100644
--- a/xml/System.Windows.Automation.Provider/ProviderOptions.xml
+++ b/xml/System.Windows.Automation.Provider/ProviderOptions.xml
@@ -53,7 +53,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -83,7 +82,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -113,7 +111,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -143,7 +140,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -173,7 +169,6 @@
3.0.0.0
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
@@ -202,7 +197,6 @@
UIAutomationProvider
4.0.0.0
5.0.0.0
- 6.0.0.0
UIAutomationTypes
diff --git a/xml/System.Windows.Forms.Automation/IAutomationLiveRegion.xml b/xml/System.Windows.Forms.Automation/IAutomationLiveRegion.xml
index 4805787b398..eb412ae05ed 100644
--- a/xml/System.Windows.Forms.Automation/IAutomationLiveRegion.xml
+++ b/xml/System.Windows.Forms.Automation/IAutomationLiveRegion.xml
@@ -46,7 +46,6 @@ This feature is available in applications that are recompiled to target .NET Fra
System.Windows.Forms
4.0.0.0
- 5.0.0.0
System.Windows.Forms.Primitives
diff --git a/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml b/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml
index 0d033391903..e6044810279 100644
--- a/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml
+++ b/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml
@@ -296,7 +296,6 @@
System.Windows.Forms
2.0.0.0
4.0.0.0
- 5.0.0.0
System.String
diff --git a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml
index f8fad9e6244..8469e1a0c38 100644
--- a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml
+++ b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml
@@ -194,7 +194,6 @@
System.Windows.Forms
4.0.0.0
- 5.0.0.0
System.String
diff --git a/xml/System.Windows.Forms/HScrollBar.xml b/xml/System.Windows.Forms/HScrollBar.xml
index ce2bc730792..a090ccb4280 100644
--- a/xml/System.Windows.Forms/HScrollBar.xml
+++ b/xml/System.Windows.Forms/HScrollBar.xml
@@ -94,7 +94,6 @@
System.Windows.Forms
5.0.0.0
- 6.0.0.0
System.Windows.Forms.AccessibleObject
diff --git a/xml/System.Windows.Forms/NumericUpDown.xml b/xml/System.Windows.Forms/NumericUpDown.xml
index 7165e7eb5f7..2aa23a01554 100644
--- a/xml/System.Windows.Forms/NumericUpDown.xml
+++ b/xml/System.Windows.Forms/NumericUpDown.xml
@@ -216,7 +216,6 @@
4.0.0.0
5.0.0.0
6.0.0.0
- 7.0.0.0
System.Windows.Forms.AccessibleObject
diff --git a/xml/System.Windows.Forms/PrintPreviewControl.xml b/xml/System.Windows.Forms/PrintPreviewControl.xml
index 581e972b009..486edcbe140 100644
--- a/xml/System.Windows.Forms/PrintPreviewControl.xml
+++ b/xml/System.Windows.Forms/PrintPreviewControl.xml
@@ -223,7 +223,6 @@
5.0.0.0
6.0.0.0
7.0.0.0
- 8.0.0.0
System.Windows.Forms.CreateParams
diff --git a/xml/System.Windows.Forms/PropertyGrid.xml b/xml/System.Windows.Forms/PropertyGrid.xml
index 50f99fdb118..172e4ef13a1 100644
--- a/xml/System.Windows.Forms/PropertyGrid.xml
+++ b/xml/System.Windows.Forms/PropertyGrid.xml
@@ -3110,7 +3110,6 @@
System.Windows.Forms
4.0.0.0
5.0.0.0
- 6.0.0.0
System.Void
diff --git a/xml/System.Windows.Forms/VScrollBar.xml b/xml/System.Windows.Forms/VScrollBar.xml
index 4ce85637d25..c006242c097 100644
--- a/xml/System.Windows.Forms/VScrollBar.xml
+++ b/xml/System.Windows.Forms/VScrollBar.xml
@@ -94,7 +94,6 @@
System.Windows.Forms
5.0.0.0
- 6.0.0.0
System.Windows.Forms.AccessibleObject
diff --git a/xml/System.Windows.Xps/XpsDocumentWriter.xml b/xml/System.Windows.Xps/XpsDocumentWriter.xml
index b73606a97da..924fe597508 100644
--- a/xml/System.Windows.Xps/XpsDocumentWriter.xml
+++ b/xml/System.Windows.Xps/XpsDocumentWriter.xml
@@ -201,7 +201,6 @@
Method
System.Printing
- 3.0.0.0
4.0.0.0
5.0.0.0
6.0.0.0
@@ -232,7 +231,6 @@
Method
System.Printing
- 3.0.0.0
4.0.0.0
5.0.0.0
6.0.0.0
@@ -263,7 +261,6 @@
Method
System.Printing
- 3.0.0.0
4.0.0.0
5.0.0.0
6.0.0.0
@@ -294,7 +291,6 @@
Method
System.Printing
- 3.0.0.0
4.0.0.0
5.0.0.0
6.0.0.0
diff --git a/xml/System/IntPtr.xml b/xml/System/IntPtr.xml
index 98e1c563327..58b45a24e76 100644
--- a/xml/System/IntPtr.xml
+++ b/xml/System/IntPtr.xml
@@ -3098,7 +3098,6 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
4.2.0.0
4.2.1.0
4.2.2.0
- 5.0.0.0
mscorlib
diff --git a/xml/System/String.xml b/xml/System/String.xml
index 02e6e1ea5a0..d842652ad49 100644
--- a/xml/System/String.xml
+++ b/xml/System/String.xml
@@ -5287,7 +5287,7 @@ This method performs an ordinal (case-sensitive and culture-insensitive) compari
is .
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To determine whether a string ends with a particular substring by using the string comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To determine whether a string ends with a particular substring by using the string comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -8014,7 +8014,7 @@ The `GetPinnableReference` method returns a character that can be used for pinni
is .
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the first index of a substring within a string instance by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the first index of a substring within a string instance by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
@@ -8230,7 +8230,7 @@ The `comparisonType` parameter is a enumeration m
is less than 0 (zero) or greater than the length of this string.
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the first index of a substring that occurs after a particular character position by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the first index of a substring that occurs after a particular character position by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
@@ -8502,7 +8502,7 @@ The `comparisonType` parameter is a enumeration m
is greater than the length of this string minus .
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To use the comparison rules of the current culture to perform this operation, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To use the comparison rules of the current culture to perform this operation, signal your intention explicitly by calling the method overload with a value of for its `comparisonType` parameter. If you don't need linguistic-aware comparison, consider using .
@@ -10501,7 +10501,7 @@ In the following example, the
is .
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the last index of a substring within a string instance by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the last index of a substring within a string instance by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -10661,7 +10661,7 @@ In the following example, the , and is less than -1 or greater than zero.
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the index of a substring that precedes a particular character position by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To find the index of a substring that precedes a particular character position by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -10950,7 +10950,7 @@ In the following example, the method is used
The current instance equals and is greater than 1.
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To perform this operation by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To perform this operation by using the comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -13929,7 +13929,7 @@ The following example defines a `StripStartTags` method that uses the
is .
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To determine whether a string begins with a particular substring by using the string comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string comparison methods that substitute default values and instead call methods that require parameters to be explicitly specified. To determine whether a string begins with a particular substring by using the string comparison rules of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -14354,7 +14354,6 @@ The following example defines a `StripStartTags` method that uses the
mscorlib
- 2.0.0.0
2.0.5.0
4.0.0.0
@@ -15953,7 +15952,7 @@ This member is an explicit interface member implementation. It can be used only
]]>
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string casing methods that substitute default values and instead call methods that require parameters to be explicitly specified. To convert a character to lowercase by using the casing conventions of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string casing methods that substitute default values and instead call methods that require parameters to be explicitly specified. To convert a character to lowercase by using the casing conventions of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
@@ -16342,7 +16341,7 @@ This member is an explicit interface member implementation. It can be used only
]]>
- As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string casing methods that substitute default values and instead call methods that require parameters to be explicitly specified. To convert a string to uppercase by using the casing conventions of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
+ As explained in [Best Practices for Using Strings](/dotnet/standard/base-types/best-practices-strings), we recommend that you avoid calling string casing methods that substitute default values and instead call methods that require parameters to be explicitly specified. To convert a string to uppercase by using the casing conventions of the current culture, signal your intention explicitly by calling the method overload with a value of for its parameter. If you don't need linguistic-aware comparison, consider using .
diff --git a/xml/System/UIntPtr.xml b/xml/System/UIntPtr.xml
index d944a678684..7329120ccdb 100644
--- a/xml/System/UIntPtr.xml
+++ b/xml/System/UIntPtr.xml
@@ -2680,7 +2680,6 @@ It is recommended that a function return `1`, `0`, and `-1`, respectively.
4.2.0.0
4.2.1.0
4.2.2.0
- 5.0.0.0
mscorlib
diff --git a/xml/ns-System.Collections.Immutable.xml b/xml/ns-System.Collections.Immutable.xml
index 57d24d59348..4f209e8aa0b 100644
--- a/xml/ns-System.Collections.Immutable.xml
+++ b/xml/ns-System.Collections.Immutable.xml
@@ -9,28 +9,11 @@
With immutable collections, you can:
- Share a collection in a way that its consumer can be assured that the collection never changes.
-
- Provide implicit thread safety in multi-threaded applications (no locks required to access collections).
-
- Follow functional programming practices.
-
- Modify a collection during enumeration, while ensuring that the original collection does not change.
-The immutable collection classes are available with .NET Core and .NET 5+, however they're not part of the core class library distributed with .NET Framework. They're available starting with .NET Framework 4.5 via NuGet.
-
-To install the immutable collections via NuGet:
-
-1. Open your project in Visual Studio and choose **Manage NuGet Packages** from the **Project** menu.
-
-2. Optionally, select the **Include prerelease** checkbox.
-
- This option gives you access to new prerelease versions of the immutable classes, as they become available.
-
-3. Use the **Search** box to locate the **System.Collections.Immutable** package.
-
-4. In the left pane, select the **System.Collections.Immutable** package. In the right pane, select the desired version and then choose Install.
-
-The installation steps described above are for Visual Studio 2015. For other versions of Visual Studio, the steps might be slightly different because of differences in the user interface (UI).
+The immutable collection classes are available as part of the core .NET libraries, however they're not part of the core class library distributed with .NET Framework. For .NET Framework 4.6.2 and later apps, the classes are available through NuGet packages.
]]>