From d8ff510e3e02445784626e98ded70827d6526441 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 13 Mar 2020 14:06:12 -0300 Subject: [PATCH] [.NET 5] Start adding some project capabilities (#3) Aligned with XA too, see https://github.com/xamarin/xamarin-android/pull/4383. We'll start using Apple instead of iOS for these things at the IDE level since many behaviors don't actually depend on iOS but also apply to tvOS, watchOS, and so on. These capabilities go before other imports just in case additional packages/targets from the SDK need to access them too. --- msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets b/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets index 7fe47ac98489..0aac9b1482d6 100644 --- a/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/msbuild/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -116,6 +116,12 @@ + + + + + +