diff --git a/dotnet/targets/Xamarin.Shared.Sdk.DefaultItems.targets b/dotnet/targets/Xamarin.Shared.Sdk.DefaultItems.targets index 425dbcff15..218cc3896e 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.DefaultItems.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.DefaultItems.targets @@ -29,30 +29,6 @@ $(MtouchArch) - - - iossimulator-x64 - tvossimulator-x64 - osx-x64 - maccatalyst-x64 - - true - <_RuntimeIdentifierUsesAppHost>false - false - $(IntermediateOutputPath)$(RuntimeIdentifier)\ - $(OutputPath)$(RuntimeIdentifier)\ - diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index 55d1039cfa..b2abed3bc3 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -26,4 +26,29 @@ false + + + + iossimulator-x64 + tvossimulator-x64 + osx-x64 + maccatalyst-x64 + + true + <_RuntimeIdentifierUsesAppHost>false + false + $(IntermediateOutputPath)$(RuntimeIdentifier)\ + $(OutputPath)$(RuntimeIdentifier)\ +