From 302dd95622431672c6da443fae70481fa95fb37b Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Fri, 24 Jan 2025 20:44:47 -0500 Subject: [PATCH] [Android] Make sure RuntimeFlavor=CoreCLR when clr subset is specified Before this change the RuntimeFlavor defaulted to Mono and as a result the right clr subsets were not substituted. --- eng/Subsets.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Subsets.props b/eng/Subsets.props index 502fd50fbc25c5..4ff3be6bccf268 100644 --- a/eng/Subsets.props +++ b/eng/Subsets.props @@ -89,7 +89,7 @@ CoreCLR - CoreCLR + CoreCLR Mono Mono $(PrimaryRuntimeFlavor)