Remove distro specific RIDs from SOS.NETCore's project.json. (dotnet/coreclr#10925)
authorMike McLaughlin <mikem@microsoft.com>
Thu, 13 Apr 2017 16:28:23 +0000 (09:28 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 16:28:23 +0000 (09:28 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/e55be5a899e5238e94b85f519b88bb69ca2e7b28

src/coreclr/src/ToolBox/SOS/NETCore/project.json

index 6b2061a..a92b173 100644 (file)
        "portable-net45+win8" 
       ] 
     } 
-  },
-  "runtimes": {
-    "win7-x86": {},
-    "win7-x64": {},
-    "ubuntu.14.04-x64": {},
-    "osx.10.10-x64": {},
-    "centos.7-x64": {},
-    "rhel.7-x64": {},
-    "debian.8-x64": {}
   }
 }