diff --git a/src/System.Runtime.Serialization.Formatters/src/Resources/System.Runtime.Serialization.Formatters.rd.xml b/src/System.Runtime.Serialization.Formatters/src/Resources/System.Runtime.Serialization.Formatters.rd.xml index 131fbc46c55e..d0dac46c611a 100644 --- a/src/System.Runtime.Serialization.Formatters/src/Resources/System.Runtime.Serialization.Formatters.rd.xml +++ b/src/System.Runtime.Serialization.Formatters/src/Resources/System.Runtime.Serialization.Formatters.rd.xml @@ -21,6 +21,13 @@ + + + + + + + \ No newline at end of file diff --git a/src/shims/manual/System.forwards.cs b/src/shims/manual/System.forwards.cs index 6a49caee9df8..caf47dac7416 100644 --- a/src/shims/manual/System.forwards.cs +++ b/src/shims/manual/System.forwards.cs @@ -5,8 +5,6 @@ // Add any internal types that we need to forward from System. // These types are required for Desktop <--> Core serialization as they are not covered by GenAPI because they are not exposed. -#if netcoreapp [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.TreeSet<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.CookieVariant))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.PathList))] -#endif diff --git a/src/shims/manual/mscorlib.forwards.cs b/src/shims/manual/mscorlib.forwards.cs index 990aed8e2faa..11979169b78e 100644 --- a/src/shims/manual/mscorlib.forwards.cs +++ b/src/shims/manual/mscorlib.forwards.cs @@ -5,17 +5,12 @@ // Add any internal types that we need to forward from mscorlib. // These types are required for Desktop to Core serialization as they are not covered by GenAPI because they are marked as internal. -#if netcoreapp [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CultureAwareComparer))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OrdinalComparer))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.OrdinalIgnoreCaseComparer))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.GenericComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.NullableComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ObjectComparer<>))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Int32EnumComparer<>))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.UInt32EnumComparer<>))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.Int64EnumComparer<>))] -[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.UInt64EnumComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.GenericEqualityComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.NullableEqualityComparer<>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Generic.ObjectEqualityComparer<>))] @@ -37,4 +32,3 @@ [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,>))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ValueTuple<,,,,,,,>))] -#endif