From 5bf19f3092297879880b186920cdb006c87a95db Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 21 Nov 2024 16:55:22 -0300 Subject: [PATCH] Preserve previously set PrepareProjectPropertiesDependsOn value When changing it. --- src/ThisAssembly.Project/ThisAssembly.Project.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.targets b/src/ThisAssembly.Project/ThisAssembly.Project.targets index c42219bd..17cab2c5 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.targets +++ b/src/ThisAssembly.Project/ThisAssembly.Project.targets @@ -16,7 +16,8 @@ $(InjectThisAssemblyProjectDependsOn) - InitializeSourceControlInformation + InitializeSourceControlInformation; + $(PrepareProjectPropertiesDependsOn)