[dotnet] Sets missing ILLink parameter from Windows (#11319)

This was making the linker to not behave correctly, and apps were crashing on the simulator.
This commit is contained in:
Emanuel Fernandez Dell'Oca 2021-04-26 05:06:34 -03:00 коммит произвёл GitHub
Родитель 7b5a1c251c
Коммит 7415b898f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -358,6 +358,7 @@ Copyright (C) 2011-2013 Xamarin. All rights reserved.
ReferenceAssemblyPaths="@(ReferencePath)"
RootAssemblyNames="@(TrimmerRootAssembly)"
TrimMode="$(TrimMode)"
DefaultAction="$(_TrimmerDefaultAction)"
RemoveSymbols="$(TrimmerRemoveSymbols)"
FeatureSettings="@(_TrimmerFeatureSettings)"
CustomData="@(_TrimmerCustomData)"