From 728c01d307b52afaab5268228237498f19417a58 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 27 Nov 2025 18:11:05 +0100 Subject: [PATCH] [dotnet] Set the default RuntimeIdentifier for publishing scenarios. --- dotnet/targets/Xamarin.Shared.Sdk.props | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 38d185fb27fd..e0894c73eb64 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -137,6 +137,12 @@ + + + ios-arm64 + tvos-arm64 + + <_SdkIsSimulator Condition="$(RuntimeIdentifier.Contains('simulator')) Or $(RuntimeIdentifiers.Contains('simulator'))">true