From b0318779fa45c3f8970e9a31b99ac4dee87502bc Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Mon, 6 Apr 2026 14:31:34 -0700 Subject: [PATCH] Update Azure Linux 3.0 RID mapping Replace the stale Mariner 2.0 RID string check with the Azure Linux 3.0 RID while keeping the cm.2 runtime RID normalization in place. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Layout/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Layout/Directory.Build.props b/src/Layout/Directory.Build.props index 1368449dc845..e993c2759a5e 100644 --- a/src/Layout/Directory.Build.props +++ b/src/Layout/Directory.Build.props @@ -68,7 +68,7 @@ $(HostRid) $(OSName)-$(TargetArchitecture) - $(HostRid.Replace('mariner.2.0', 'cm.2')) + $(HostRid.Replace('azurelinux.3.0', 'cm.2')) $(NetRuntimeRid) $(ProductMonikerRid)