From 23f467c514eb2216f56fa78518ca37a0c7171820 Mon Sep 17 00:00:00 2001 From: Einar Date: Fri, 14 Aug 2026 11:23:13 +0200 Subject: [PATCH] Move to Microsoft.Build.Framework 18.9.6 and pin its StringTools companion The daily Update Packages workflow bumps Microsoft.Build.Framework to 18.x, which transitively pulls in Microsoft.NET.StringTools at the same version. Microsoft.Build.Locator's build-time target then fails the build (MSBL001) unless that companion package also carries ExcludeAssets="runtime" PrivateAssets="all", mirroring the existing Microsoft.Build.Framework reference. Co-Authored-By: Claude Sonnet 5 --- Directory.Packages.props | 3 ++- Source/Cli.Specs/Cli.Specs.csproj | 1 + Source/Cli/Cli.csproj | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 64ad5b4..8c503fe 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -35,7 +35,8 @@ - + + diff --git a/Source/Cli.Specs/Cli.Specs.csproj b/Source/Cli.Specs/Cli.Specs.csproj index 147ca70..596cfd0 100644 --- a/Source/Cli.Specs/Cli.Specs.csproj +++ b/Source/Cli.Specs/Cli.Specs.csproj @@ -15,6 +15,7 @@ + diff --git a/Source/Cli/Cli.csproj b/Source/Cli/Cli.csproj index b9f5894..19704da 100644 --- a/Source/Cli/Cli.csproj +++ b/Source/Cli/Cli.csproj @@ -56,6 +56,7 @@ +