diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index 3c1631a8a1..0b883c5f76 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -97,7 +97,7 @@ - true + true <_PlatformAssemblyName Condition=" '$(_PlatformName)' == 'iOS' ">Xamarin.iOS @@ -691,6 +691,6 @@ - true + true diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.props b/msbuild/Xamarin.Shared/Xamarin.Shared.props index dfd07ec8ce..63f4706350 100644 --- a/msbuild/Xamarin.Shared/Xamarin.Shared.props +++ b/msbuild/Xamarin.Shared/Xamarin.Shared.props @@ -181,7 +181,7 @@ Copyright (C) 2020 Microsoft. All rights reserved. handle this by calculating the corresponding relative path for DeviceSpecificOutputPath. --> $(OutputPath) - $([MSBuild]::MakeRelative ('$(MSBuildProjectDirectory)','$(OutputPath)')) + $([MSBuild]::MakeRelative ('$(MSBuildProjectDirectory)','$(OutputPath)'))