From fae87586f1a412afe03102bdb7fa69ab5cc3acbc Mon Sep 17 00:00:00 2001 From: Elie Bariche <33458222+ebariche@users.noreply.github.com> Date: Tue, 14 May 2024 11:41:46 -0400 Subject: [PATCH] fix: Align linker version with ILLinkPack resolution (cherry picked from commit 5caab463b429cf1f8804f832ae84d4a939c8224c) --- .../build/Uno.Wasm.Bootstrap.targets | 31 +++++++++++++------ 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets b/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets index 671b2d7f6..292ffc7c8 100644 --- a/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets +++ b/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets @@ -71,6 +71,28 @@ <_WasmBootstrapOriginalPublishDir>$(PublishDir) + + + + + + + $([System.IO.Path]::GetDirectoryName($(ILLinkTasksAssembly)))\..\net$(TargetFrameworkVersion.Substring(1)) + + + + + $([System.IO.Path]::GetDirectoryName($(ILLinkTasksAssembly)))\..\net7.0 + + + + + +