diff --git a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets
index 34a5dbb15b..6d520f852f 100644
--- a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets
+++ b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.Local.targets
@@ -26,14 +26,4 @@
-
-
-
- <_HarfBuzzSharpNativeAssetPath>$(_FrameworksDirectory)\libHarfBuzzSharp.framework\libHarfBuzzSharp
- <_HarfBuzzSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_HarfBuzzSharpNativeAssetPath)')))) == '1024'">true
-
-
-
-
-
\ No newline at end of file
diff --git a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets
index cf0a095962..33ebb029dc 100644
--- a/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets
+++ b/binding/HarfBuzzSharp/nuget/build/maccatalyst/HarfBuzzSharp.targets
@@ -1,62 +1,4 @@
-
- <_HarfBuzzSharpExpandNativeReferencesStamp>$(IntermediateOutputPath)harfbuzzsharpextract.stamp
- <_HarfBuzzSharpExpandNativeReferencesPath>$(IntermediateOutputPath)harfbuzzsharpextract\
-
-
-
-
-
-
- <_HarfBuzzSharpPossibleNativeFramework
- Include="@(ResolvedFileToPublish)"
- Condition="
- '%(ResolvedFileToPublish.AssetType)' == 'native' and
- '%(ResolvedFileToPublish.Filename)' == 'libHarfBuzzSharp.framework' and
- '%(ResolvedFileToPublish.Extension)' == '.zip' and
- '%(ResolvedFileToPublish.NuGetPackageId)' != '' and
- '%(ResolvedFileToPublish.PathInPackage)' != ''">
- $(_HarfBuzzSharpExpandNativeReferencesPath)
- $(_HarfBuzzSharpExpandNativeReferencesPath)%(ResolvedFileToPublish.Filename)
-
-
-
-
-
-
-
-
-
-
- Framework
- %(NuGetPackageId)
- %(NuGetPackageVersion)
- %(AssetType)
- $([System.Text.RegularExpressions.Regex]::Match('%(_HarfBuzzSharpPossibleNativeFramework.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value)
-
-
-
-
-
-
-
-
- <_PossibleNativeFramework Remove="@(_PossibleNativeFramework)" />
-
-
-
-
-
-
-
- <_HarfBuzzSharpNativeAssetPath>$(_FrameworksDirectory)\libHarfBuzzSharp.framework\libHarfBuzzSharp
- <_HarfBuzzSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_HarfBuzzSharpNativeAssetPath)')))) == '1024'">true
-
-
-
-
-
\ No newline at end of file
diff --git a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets
index f6e9534e8a..36fc4e1f50 100644
--- a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets
+++ b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.Local.targets
@@ -26,14 +26,4 @@
-
-
-
- <_SkiaSharpNativeAssetPath>$(_FrameworksDirectory)\libSkiaSharp.framework\libSkiaSharp
- <_SkiaSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_SkiaSharpNativeAssetPath)')))) == '1024'">true
-
-
-
-
-
\ No newline at end of file
diff --git a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets
index 7196571dc5..33ebb029dc 100644
--- a/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets
+++ b/binding/SkiaSharp/nuget/build/maccatalyst/SkiaSharp.targets
@@ -1,62 +1,4 @@
-
- <_SkiaSharpExpandNativeReferencesStamp>$(IntermediateOutputPath)skiasharpextract.stamp
- <_SkiaSharpExpandNativeReferencesPath>$(IntermediateOutputPath)skiasharpextract\
-
-
-
-
-
-
- <_SkiaSharpPossibleNativeFramework
- Include="@(ResolvedFileToPublish)"
- Condition="
- '%(ResolvedFileToPublish.AssetType)' == 'native' and
- '%(ResolvedFileToPublish.Filename)' == 'libSkiaSharp.framework' and
- '%(ResolvedFileToPublish.Extension)' == '.zip' and
- '%(ResolvedFileToPublish.NuGetPackageId)' != '' and
- '%(ResolvedFileToPublish.PathInPackage)' != ''">
- $(_SkiaSharpExpandNativeReferencesPath)
- $(_SkiaSharpExpandNativeReferencesPath)%(ResolvedFileToPublish.Filename)
-
-
-
-
-
-
-
-
-
-
- Framework
- %(NuGetPackageId)
- %(NuGetPackageVersion)
- %(AssetType)
- $([System.Text.RegularExpressions.Regex]::Match('%(_SkiaSharpPossibleNativeFramework.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value)
-
-
-
-
-
-
-
-
- <_PossibleNativeFramework Remove="@(_PossibleNativeFramework)" />
-
-
-
-
-
-
-
- <_SkiaSharpNativeAssetPath>$(_FrameworksDirectory)\libSkiaSharp.framework\libSkiaSharp
- <_SkiaSharpIsSymlink Condition="$([MSBuild]::BitwiseAnd(1024, $([System.IO.File]::GetAttributes('$(_SkiaSharpNativeAssetPath)')))) == '1024'">true
-
-
-
-
-
\ No newline at end of file