From b55ca83f3c26eb168f020d863ac5e9ed31db980b Mon Sep 17 00:00:00 2001 From: Manodasan Wignarajah Date: Mon, 9 Sep 2024 18:30:39 -0700 Subject: [PATCH] Fix ordering of targets impacting WPF scenarios (#1738) --- build/AzurePipelineTemplates/CsWinRT-Variables.yml | 2 +- nuget/Microsoft.Windows.CsWinRT.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/AzurePipelineTemplates/CsWinRT-Variables.yml b/build/AzurePipelineTemplates/CsWinRT-Variables.yml index 8245b9f42..f817024b4 100644 --- a/build/AzurePipelineTemplates/CsWinRT-Variables.yml +++ b/build/AzurePipelineTemplates/CsWinRT-Variables.yml @@ -5,7 +5,7 @@ variables: - name: MinorVersion value: 1 - name: PatchVersion - value: 2 + value: 3 - name: WinRT.Runtime.AssemblyVersion value: '2.1.0.0' - name: Net5.SDK.Feed diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index 755071775..bc2cabaac 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -16,7 +16,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn);ResolveAssemblyReferences + ResolveAssemblyReferences;CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn) false true false