From 67723ad5e297b5e3c6dc272b3b1006e5be0a2dd8 Mon Sep 17 00:00:00 2001 From: Sergey Nechaev <6499856+snechaev@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:49:18 +0200 Subject: [PATCH] Do not overwrite GetCopyToOutputDirectoryItemsDependsOn, just add new values. Fixes #13471 --- 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 184e922ec49..5c63581f44c 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -5165,6 +5165,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + $(GetCopyToOutputDirectoryItemsDependsOn); AssignTargetPaths; $(_TargetsThatPrepareProjectReferences); _GetProjectReferenceTargetFrameworkProperties;