Annotate PlatformID as a moved type
authorMichal Strehovsky <michals@microsoft.com>
Wed, 13 Feb 2019 12:45:42 +0000 (04:45 -0800)
committerJan Kotas <jkotas@microsoft.com>
Thu, 14 Feb 2019 06:36:35 +0000 (22:36 -0800)
This should have been annotated along with the rest in dotnet/corertdotnet/coreclr#6928 but I missed it.

[tfs-changeset: 1733685]

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/9d932bb6af40e78c83d98ed280465c7024884d52

src/libraries/System.Private.CoreLib/src/System/PlatformID.cs

index 1e0a688..2eda3c0 100644 (file)
@@ -6,6 +6,9 @@ using System.ComponentModel;
 
 namespace System
 {
+#if PROJECTN
+    [Internal.Runtime.CompilerServices.RelocatedType("System.Runtime.Extensions")]
+#endif
     public enum PlatformID
     {
         [EditorBrowsable(EditorBrowsableState.Never)] Win32S = 0,