[dotnet] Fixes Xamarin.Messaging HintPath (#10710)

Changes the HintPath to the Messaging assembly to use OutputPath instead, otherwise the build fails when that property is different than `bin\$(Configuration)\netstandard2.0`
This commit is contained in:
Emanuel Fernandez Dell'Oca 2021-02-24 03:33:00 -03:00 коммит произвёл GitHub
Родитель 89f1c668b4
Коммит 130451f240
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Messaging">
<HintPath>..\Xamarin.Messaging\bin\$(Configuration)\netstandard2.0\Xamarin.Messaging.dll</HintPath>
<HintPath>..\Xamarin.Messaging\$(OutputPath)\Xamarin.Messaging.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

Просмотреть файл

@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Messaging">
<HintPath>..\Messaging\Xamarin.Messaging\bin\$(Configuration)\netstandard2.0\Xamarin.Messaging.dll</HintPath>
<HintPath>..\Messaging\Xamarin.Messaging\$(OutputPath)\Xamarin.Messaging.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Messaging">
<HintPath>..\Messaging\Xamarin.Messaging\bin\$(Configuration)\netstandard2.0\Xamarin.Messaging.dll</HintPath>
<HintPath>..\Messaging\Xamarin.Messaging\$(OutputPath)\Xamarin.Messaging.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -26,7 +26,7 @@
<ItemGroup>
<Reference Include="Xamarin.Messaging">
<HintPath>..\Messaging\Xamarin.Messaging\bin\$(Configuration)\netstandard2.0\Xamarin.Messaging.dll</HintPath>
<HintPath>..\Messaging\Xamarin.Messaging\$(OutputPath)\Xamarin.Messaging.dll</HintPath>
</Reference>
<!-- We need the net472 implementation, otherwise the Build agent needs to be a net5.0 app -->
<Reference Include="ILLink.Tasks">