From d43652b8829b9e4e3adf1b2085a3c9e3b32aad9e Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 17 Jun 2026 19:08:47 +0200 Subject: [PATCH] Remove workaround for dotnet/sdk#52480 The workaround overrode the _LinkReadyToRunMachO target to skip the built-in dylib creation. Now that dotnet/sdk#52480 has been merged, this is no longer needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- dotnet/targets/Microsoft.Sdk.R2R.targets | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotnet/targets/Microsoft.Sdk.R2R.targets b/dotnet/targets/Microsoft.Sdk.R2R.targets index 3e6b49ad294..62b762421c9 100644 --- a/dotnet/targets/Microsoft.Sdk.R2R.targets +++ b/dotnet/targets/Microsoft.Sdk.R2R.targets @@ -3,11 +3,6 @@ - - - - -