diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json index 7272b5de10..99fd8de923 100644 --- a/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json +++ b/pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json @@ -4923,6 +4923,123 @@ "any", "base" ], + "rhel.8": [ + "rhel.8", + "rhel", + "linux", + "unix", + "any", + "base" + ], + "rhel.8-corert": [ + "rhel.8-corert", + "rhel.8", + "rhel-corert", + "rhel", + "linux-corert", + "linux", + "unix-corert", + "unix", + "corert", + "any", + "base" + ], + "rhel.8-x64": [ + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8-x64-corert": [ + "rhel.8-x64-corert", + "rhel.8-corert", + "rhel.8-x64", + "rhel.8", + "rhel-x64-corert", + "rhel-corert", + "rhel-x64", + "rhel", + "linux-x64-corert", + "linux-corert", + "linux-x64", + "linux", + "unix-x64-corert", + "unix-corert", + "unix-x64", + "unix", + "corert", + "any", + "base" + ], + "rhel.8.0": [ + "rhel.8.0", + "rhel.8", + "rhel", + "linux", + "unix", + "any", + "base" + ], + "rhel.8.0-corert": [ + "rhel.8.0-corert", + "rhel.8.0", + "rhel.8-corert", + "rhel.8", + "rhel-corert", + "rhel", + "linux-corert", + "linux", + "unix-corert", + "unix", + "corert", + "any", + "base" + ], + "rhel.8.0-x64": [ + "rhel.8.0-x64", + "rhel.8.0", + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8.0-x64-corert": [ + "rhel.8.0-x64-corert", + "rhel.8.0-corert", + "rhel.8.0-x64", + "rhel.8.0", + "rhel.8-x64-corert", + "rhel.8-corert", + "rhel.8-x64", + "rhel.8", + "rhel-x64-corert", + "rhel-corert", + "rhel-x64", + "rhel", + "linux-x64-corert", + "linux-corert", + "linux-x64", + "linux", + "unix-x64-corert", + "unix-corert", + "unix-x64", + "unix", + "corert", + "any", + "base" + ], "sles": [ "sles", "linux", diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json index e57332c62c..fc56341c7e 100644 --- a/pkg/Microsoft.NETCore.Platforms/runtime.json +++ b/pkg/Microsoft.NETCore.Platforms/runtime.json @@ -1800,6 +1800,56 @@ "rhel.7.5-x64-corert" ] }, + "rhel.8": { + "#import": [ + "rhel" + ] + }, + "rhel.8-corert": { + "#import": [ + "rhel.8", + "rhel-corert" + ] + }, + "rhel.8-x64": { + "#import": [ + "rhel.8", + "rhel-x64" + ] + }, + "rhel.8-x64-corert": { + "#import": [ + "rhel.8-corert", + "rhel.8-x64", + "rhel.8", + "rhel-x64-corert" + ] + }, + "rhel.8.0": { + "#import": [ + "rhel.8" + ] + }, + "rhel.8.0-corert": { + "#import": [ + "rhel.8.0", + "rhel.8-corert" + ] + }, + "rhel.8.0-x64": { + "#import": [ + "rhel.8.0", + "rhel.8-x64" + ] + }, + "rhel.8.0-x64-corert": { + "#import": [ + "rhel.8.0-corert", + "rhel.8.0-x64", + "rhel.8.0", + "rhel.8-x64-corert" + ] + }, "sles": { "#import": [ "linux" diff --git a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props index cc93f8bf91..21f6109824 100644 --- a/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props +++ b/pkg/Microsoft.NETCore.Platforms/runtimeGroups.props @@ -103,6 +103,12 @@ 7;7.0;7.1;7.2;7.3;7.4;7.5;7.6 + + linux + x64 + 8;8.0 + + linux x64