From 264be7055e0c83d14e9ff8509c28c151d05f070a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 21 Jun 2023 20:49:58 +0200 Subject: [PATCH] [dotnet] Disable SelfContained for the outer build of a universal app build when using NativeAOT. --- dotnet/targets/Xamarin.Shared.Sdk.props | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 87d7b777b6..f823bae323 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -102,6 +102,20 @@ true + + + false + +