From 71f72377dfd30baebb3d1b09e99f3895fbc58c11 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 1 Feb 2024 13:23:16 -0600 Subject: [PATCH] allow users to influence the value of CreateSatelliteAssembliesDependsOn --- src/Tasks/Microsoft.Common.CurrentVersion.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets index c83ade67636..4d9ba1fe103 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -3949,6 +3949,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + $(CreateSatelliteAssembliesDependsOn); _GenerateSatelliteAssemblyInputs; ComputeIntermediateSatelliteAssemblies; GenerateSatelliteAssemblies