From e2cacb893160227cc95b9b8815eb8040329fd074 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 29 Nov 2021 07:54:47 +0100 Subject: [PATCH] [msbuild] Don't use custom logic to handle facades in .NET. (#13461) It's not needed, and may in some cases do the wrong thing: for instance, this logic will automatically reference any *.dll files in the project directory, which breaks the build if those *.dll files aren't actually assemblies. --- msbuild/Xamarin.Shared/Xamarin.Shared.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.targets b/msbuild/Xamarin.Shared/Xamarin.Shared.targets index 46ec8db722..40e42fa155 100644 --- a/msbuild/Xamarin.Shared/Xamarin.Shared.targets +++ b/msbuild/Xamarin.Shared/Xamarin.Shared.targets @@ -2317,7 +2317,7 @@ Copyright (C) 2018 Microsoft. All rights reserved. - +