From df881b183b2d82d483a284d012af5b03af7a3b05 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 27 Jan 2026 09:42:05 +0100 Subject: [PATCH] [dotnet] Disable any default 'PublishRuntimeIdentifier' values. References: * https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2691518 * https://github.com/dotnet/sdk/commit/3d6f592eacd10c3af8bca9fd0723b907edf4d2a0 * https://github.com/dotnet/sdk/pull/52566 --- dotnet/targets/Xamarin.Shared.Sdk.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 38d185fb27fd..3559642265c8 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -137,6 +137,11 @@ + + + false + + <_SdkIsSimulator Condition="$(RuntimeIdentifier.Contains('simulator')) Or $(RuntimeIdentifiers.Contains('simulator'))">true