From 88987d154c3153690232b65d7c64f557b175a80d Mon Sep 17 00:00:00 2001 From: Mauro Agnoletti Date: Wed, 29 Mar 2023 22:52:30 -0500 Subject: [PATCH] Updated Xamarin.Messaging to 1.9.94 (#17925) Should fix an issue in remote builds where if the connection gets disconnected unexpectedly, the build might end up failing because the main session id is changed and also the reconnection fails. More details: https://github.com/xamarin/Xamarin.Messaging/pull/587 --- msbuild/Directory.Build.props | 2 +- msbuild/ILMerge.targets | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/msbuild/Directory.Build.props b/msbuild/Directory.Build.props index bfea6f3301..38f07c2c68 100644 --- a/msbuild/Directory.Build.props +++ b/msbuild/Directory.Build.props @@ -1,6 +1,6 @@ - 1.9.59 + 1.9.94 1.0.93 diff --git a/msbuild/ILMerge.targets b/msbuild/ILMerge.targets index 62bdafb323..ed07e6828b 100644 --- a/msbuild/ILMerge.targets +++ b/msbuild/ILMerge.targets @@ -72,6 +72,7 @@ $([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine('$(MSBuildProjectDirectory)','$(AssemblyOriginatorKeyFile)')))) /keyfile:"$(AbsoluteAssemblyOriginatorKeyFile)" /delaysign + $(ILRepackArgs) /union $(ILRepackArgs) @(LibDir -> '/lib:"%(Identity)."', ' ') $(ILRepackArgs) /out:"@(IntermediateAssembly -> '%(FullPath)')" $(ILRepackArgs) "@(IntermediateAssembly -> '%(FullPath)')"