From 12bac7bdd93d8f88830f631a2ffec1202d60874f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 13 Dec 2022 11:41:18 +0100 Subject: [PATCH] [dotnet] We no longer need to add the entry assembly as a root assembly for the linker. Not only is it no longer necessary (hasn't been for a while), it'll be wrong in .NET 8 after https://github.com/dotnet/linker/pull/3124. --- dotnet/targets/Xamarin.Shared.Sdk.targets | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index 194ac7e7db58..bf262a013b82 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -574,9 +574,6 @@ copy - - -