From 98f86024464b603b055babff3072bcc66cf4e28b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Feb 2026 00:39:34 +0000 Subject: [PATCH 1/2] chore(deps): update dependency microsoft.build.locator to 1.11.2 --- .../TUnit.SourceGenerator.Benchmarks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj b/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj index 8a3cc13bfd..a7967ecdc0 100644 --- a/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj +++ b/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj @@ -10,7 +10,7 @@ - + From ceb787bed5330550a890602744363a64e27f7d84 Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:57:13 +0000 Subject: [PATCH 2/2] fix: add ExcludeAssets/PrivateAssets to Microsoft.Build.Framework Microsoft.Build.Locator 1.11.2 enforces that all Microsoft.Build.* packages must have ExcludeAssets="runtime" and PrivateAssets="all" to prevent runtime assembly loading issues (error MSBL001). --- .../TUnit.SourceGenerator.Benchmarks.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj b/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj index a7967ecdc0..a8ea0081aa 100644 --- a/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj +++ b/TUnit.SourceGenerator.Benchmarks/TUnit.SourceGenerator.Benchmarks.csproj @@ -10,6 +10,7 @@ +